Hi, all
Can a gate keeper help review this patch. It fixed build error in IA64 system.

Index: osprey/common/com/opcode_gen_core.h
===================================================================
--- osprey/common/com/opcode_gen_core.h (revision 3735)
+++ osprey/common/com/opcode_gen_core.h (working copy)
@@ -295,11 +295,11 @@
   OPERATOR_LAST = 142
 #else
   OPR_PURE_CALL_OP = 139,
-  OPR_ZDLBR = 140
+  OPR_ZDLBR = 140,
   OPERATOR_LAST = 140
 #endif
 #else
-  OPR_ZDLBR = 139
+  OPR_ZDLBR = 139,
   OPERATOR_LAST = 139
 #endif /* TARG_X8664 */
 } OPERATOR;


-- 
yongchong

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to