mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2002-02-08 Joel Sherrill <joel@OARcorp.com>
* mongoosev/vectorisrs/vectorisrs.c: Fixed to use new frame format.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user