|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Nov 29 04:50:28 CET 2007
Subject: [cvs-checkins] MODIFIED: mips789 ...
Date: 00/07/11 29:04:50 Modified: mips789/bench plasmaboot.asm Log: no message Revision Changes Path 1.3 mips789/bench/plasmaboot.asm http://www.opencores.org/cvsweb.shtml/mips789/bench/plasmaboot.asm.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: plasmaboot.asm =================================================================== RCS file: /cvsroot/mcupro/mips789/bench/plasmaboot.asm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- plasmaboot.asm 26 Nov 2007 13:44:50 -0000 1.2 +++ plasmaboot.asm 29 Nov 2007 03:50:27 -0000 1.3 @@ -56,7 +56,8 @@ interrupt_service_routine: .set noreorder .set noat - nop #do not save registers for this is just fpr simulation + nop +#do not save registers for this is just for simulation in this version jal ISR nop mtc0 $0,$0 #return from interrupt
|
 |