|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Dec 29 20:54:58 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/12 29:20:54 Modified: jop/asm/src jvm.asm Log: unused swap Revision Changes Path 1.39 jop/asm/src/jvm.asm http://www.opencores.org/cvsweb.shtml/jop/asm/src/jvm.asm.diff?r1=1.38&r2=1.39 (In the diff below, changes in quantity of whitespace are not shown.) Index: jvm.asm =================================================================== RCS file: /cvsroot/martin/jop/asm/src/jvm.asm,v retrieving revision 1.38 retrieving revision 1.39 diff -u -b -r1.38 -r1.39 --- jvm.asm 29 Dec 2006 16:53:08 -0000 1.38 +++ jvm.asm 29 Dec 2006 19:54:58 -0000 1.39 @@ -534,6 +534,10 @@ ldm c ldm b ldm a nxt +swap: stm a // not tested, javac does not generate it! + stm b + ldm a + ldm b nxt iadd: add nxt isub: sub nxt
|
 |