git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5541 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-04-03 10:02:12 +00:00
parent ce7cc5e2e1
commit 2750da26c6
1 changed files with 3 additions and 3 deletions

View File

@ -188,9 +188,9 @@ _ivor_exit:
bl dbg_check_unlock bl dbg_check_unlock
#endif #endif
#if PPC_USE_VLE && PPC_SUPPORTS_VLE_MULTI #if PPC_USE_VLE && PPC_SUPPORTS_VLE_MULTI
e_lmvgprw 32(%sp) /* Restores GPR0, GPR3...GPR12. */ e_lmvgprw 32(%sp) /* Restores GPR0, GPR3...GPR12. */
e_lmvsprw 16(%sp) /* Restores CR, LR, CTR, XER. */ e_lmvsprw 16(%sp) /* Restores CR, LR, CTR, XER. */
e_lmvsrrw 8(%sp) /* Restores PC, MSR. */ e_lmvsrrw 8(%sp) /* Restores PC, MSR. */
#else /*!(PPC_USE_VLE && PPC_SUPPORTS_VLE_MULTI) */ #else /*!(PPC_USE_VLE && PPC_SUPPORTS_VLE_MULTI) */
lwz %r3, 36(%sp) /* Restores GPR3...GPR12. */ lwz %r3, 36(%sp) /* Restores GPR3...GPR12. */
lwz %r4, 40(%sp) lwz %r4, 40(%sp)