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:
Joel Sherrill
2010-05-21 16:33:00 +00:00
parent 2dfedf4a96
commit 6a046fe0ce
5 changed files with 37 additions and 33 deletions

View File

@@ -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,

View File

@@ -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;