2002-02-08 Joel Sherrill <joel@OARcorp.com>

* mongoosev/vectorisrs/vectorisrs.c: Fixed to use new frame format.
This commit is contained in:
Joel Sherrill
2002-02-08 23:25:33 +00:00
parent d88661ccab
commit 63bce6324d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-02-08 Joel Sherrill <joel@OARcorp.com>
* mongoosev/vectorisrs/vectorisrs.c: Fixed to use new frame format.
2001-02-05 Joel Sherrill <joel@OARcorp.com>
* isr_entries.S: Removed comment incorrectly indicating this

View File

@@ -119,7 +119,7 @@ void mips_vector_isr_handlers( CPU_Interrupt_frame *frame )
unsigned32 cshifted;
/* mips_get_sr( sr ); */
_ivsr = frame->regs[ R_SR ];
_ivsr = frame->c0_sr;
cshifted = READ_CAUSE();