summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/avr32/up_exceptions.S
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/avr/src/avr32/up_exceptions.S')
-rwxr-xr-xnuttx/arch/avr/src/avr32/up_exceptions.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/avr/src/avr32/up_exceptions.S b/nuttx/arch/avr/src/avr32/up_exceptions.S
index d7686e3d0..4a7ade6fd 100755
--- a/nuttx/arch/avr/src/avr32/up_exceptions.S
+++ b/nuttx/arch/avr/src/avr32/up_exceptions.S
@@ -233,8 +233,8 @@ avr32_xcptcommon:
/* xx xx xx xx xx xx xx xx xx SR PC LI 12 11 10 SR PC */
/* ^ ^+8*4 */
- ld.w r11, sp[4*4]
- ld.w r12, sp[5*4]
+ ld.w r12, sp[4*4]
+ ld.w r11, sp[5*4]
stm --sp, r11-r12
/* Save r8 and r8: */