diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-03 10:02:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-03 10:02:12 +0000 |
commit | 2750da26c632dc882ccb096dbfb9364366c99c06 (patch) | |
tree | bdde2589b32e161fabe368393810926910e53063 /os | |
parent | ce7cc5e2e14ffbc4bf9409844db695ffff3959bc (diff) | |
download | ChibiOS-2750da26c632dc882ccb096dbfb9364366c99c06.tar.gz ChibiOS-2750da26c632dc882ccb096dbfb9364366c99c06.tar.bz2 ChibiOS-2750da26c632dc882ccb096dbfb9364366c99c06.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5541 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ports/GCC/PPC/ivor.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ports/GCC/PPC/ivor.s b/os/ports/GCC/PPC/ivor.s index 105cb0301..46dc66bf5 100644 --- a/os/ports/GCC/PPC/ivor.s +++ b/os/ports/GCC/PPC/ivor.s @@ -188,9 +188,9 @@ _ivor_exit: bl dbg_check_unlock
#endif
#if PPC_USE_VLE && PPC_SUPPORTS_VLE_MULTI
- e_lmvgprw 32(%sp) /* Restores GPR0, GPR3...GPR12. */
- e_lmvsprw 16(%sp) /* Restores CR, LR, CTR, XER. */
- e_lmvsrrw 8(%sp) /* Restores PC, MSR. */
+ e_lmvgprw 32(%sp) /* Restores GPR0, GPR3...GPR12. */
+ e_lmvsprw 16(%sp) /* Restores CR, LR, CTR, XER. */
+ e_lmvsrrw 8(%sp) /* Restores PC, MSR. */
#else /*!(PPC_USE_VLE && PPC_SUPPORTS_VLE_MULTI) */
lwz %r3, 36(%sp) /* Restores GPR3...GPR12. */
lwz %r4, 40(%sp)
|