mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 09:05:06 +08:00
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_switch.S: Reverse registers.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* context_switch.S: Reverse registers.
|
||||
|
||||
2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to
|
||||
|
||||
@@ -65,5 +65,5 @@ restore:
|
||||
.global _CPU_Context_Restart_self
|
||||
.type _CPU_Context_Restart_self, @function
|
||||
_CPU_Context_Restart_self:
|
||||
mv r0, r1
|
||||
mv r1, r0
|
||||
bra restore
|
||||
|
||||
Reference in New Issue
Block a user