2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>

* context_switch.S: Reverse registers.
This commit is contained in:
Joel Sherrill
2011-02-01 01:14:54 +00:00
parent 9b677cc920
commit 0566429284
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -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