|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 11:53:37 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:11:53 Modified: jop/doc/book/appendix bytecode.tex Log: Added numbers for monitorenter and monitorexit Revision Changes Path 1.6 jop/doc/book/appendix/bytecode.tex http://www.opencores.org/cvsweb.shtml/jop/doc/book/appendix/bytecode.tex.diff?r1=1.5&r2=1.6 (In the diff below, changes in quantity of whitespace are not shown.) Index: bytecode.tex =================================================================== RCS file: /cvsroot/9914pich/jop/doc/book/appendix/bytecode.tex,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- bytecode.tex 6 Feb 2008 09:30:51 -0000 1.5 +++ bytecode.tex 25 Feb 2008 10:53:37 -0000 1.6 @@ -194,8 +194,8 @@ 191 & athrow\footnotemark[3] & Java & \\ 192 & checkcast & Java & \\ 193 & instanceof & Java & \\ -194 & monitorenter & mc & 11 \\ -195 & monitorexit & mc & 10/14 \\ +194 & monitorenter & mc & 18 \\ +195 & monitorexit & mc & 20 \\ 196 & wide & \emph{not used} & \\ 197 & multianewarray\footnotemark[4] & Java & \\ 198 & ifnull & mc & 4 \\
|