Author: ycwu
Date: 2011-09-13 03:17:29 -0400 (Tue, 13 Sep 2011)
New Revision: 3736

Modified:
   trunk/osprey/common/com/opcode_gen_core.h
Log:
fixed typo error in revision 3735
code review by Lia Jian xin


Modified: trunk/osprey/common/com/opcode_gen_core.h
===================================================================
--- trunk/osprey/common/com/opcode_gen_core.h   2011-09-10 02:42:57 UTC (rev 
3735)
+++ trunk/osprey/common/com/opcode_gen_core.h   2011-09-13 07:17:29 UTC (rev 
3736)
@@ -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;


------------------------------------------------------------------------------
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