From 2750da26c632dc882ccb096dbfb9364366c99c06 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 3 Apr 2013 10:02:12 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5541 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/ivor.s | 6 +++--- 1 file 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)