forked from Imagelibrary/rtems
2010-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Spacing.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
|
||||||
|
sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Spacing.
|
||||||
|
|
||||||
2010-04-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-04-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* sh7045/include/sci_termios.h, sh7045/sci/sci.c,
|
* sh7045/include/sci_termios.h, sh7045/sci/sci.c,
|
||||||
|
|||||||
@@ -87,7 +87,6 @@ void __ISR_Handler( uint32_t vector)
|
|||||||
_ISR_Nest_level--;
|
_ISR_Nest_level--;
|
||||||
|
|
||||||
#if (CPU_HAS_SOFTWARE_INTERRUPT_STACK == TRUE)
|
#if (CPU_HAS_SOFTWARE_INTERRUPT_STACK == TRUE)
|
||||||
|
|
||||||
if ( _ISR_Nest_level == 0 )
|
if ( _ISR_Nest_level == 0 )
|
||||||
/* restore old stack pointer */
|
/* restore old stack pointer */
|
||||||
stack_ptr = _old_stack_ptr;
|
stack_ptr = _old_stack_ptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user