forked from Imagelibrary/rtems
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>
|
2001-02-05 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* isr_entries.S: Removed comment incorrectly indicating this
|
* isr_entries.S: Removed comment incorrectly indicating this
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ void mips_vector_isr_handlers( CPU_Interrupt_frame *frame )
|
|||||||
unsigned32 cshifted;
|
unsigned32 cshifted;
|
||||||
|
|
||||||
/* mips_get_sr( sr ); */
|
/* mips_get_sr( sr ); */
|
||||||
_ivsr = frame->regs[ R_SR ];
|
_ivsr = frame->c0_sr;
|
||||||
|
|
||||||
cshifted = READ_CAUSE();
|
cshifted = READ_CAUSE();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user