|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Jun 1 18:53:49 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/06 01:18:53 Modified: jop/asm/src jvm.asm Log: aastore in Java (JVM.java) Revision Changes Path 1.46 jop/asm/src/jvm.asm http://www.opencores.org/cvsweb.shtml/jop/asm/src/jvm.asm.diff?r1=1.45&r2=1.46 (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.45 retrieving revision 1.46 diff -u -b -r1.45 -r1.46 --- jvm.asm 1 Jun 2007 11:37:32 -0000 1.45 +++ jvm.asm 1 Jun 2007 16:53:49 -0000 1.46 @@ -88,7 +88,8 @@ // 2007-03-17 new VHDL structure: jopcpu and more records (SimpCon) // 2007-04-14 iaload and iastore in hardware (mem_sc.vhd) // 2007-05-28 putfield_ref and putstatic_ref in JVM.java -// 2007-06-01 added multiprocessor startup +// 2007-06-01 added multiprocessor startup (CP) +// aastore in JVM.java // // idiv, irem WRONG when one operand is 0x80000000 // but is now in JVM.java @@ -1107,7 +1108,7 @@ ldmrd nxt // read ext. mem -aastore: +//aastore: is now in JVM.java for the write barrier bastore: castore: fastore:
|
 |