summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/avr32/up_exceptions.S
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-05 02:18:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-05 02:18:32 +0000
commit553a6de16c1865d6c4c75f4df2b885e10555f4d9 (patch)
tree907030b0e3707e1fb64b37c4f1904d430d5eb203 /nuttx/arch/avr/src/avr32/up_exceptions.S
parent019a4a61f0173e09a532d47c0979367cae365d0c (diff)
downloadpx4-nuttx-553a6de16c1865d6c4c75f4df2b885e10555f4d9.tar.gz
px4-nuttx-553a6de16c1865d6c4c75f4df2b885e10555f4d9.tar.bz2
px4-nuttx-553a6de16c1865d6c4c75f4df2b885e10555f4d9.zip
Fix excepion handling reg save
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3074 42af7a65-404d-4744-a932-0658087f49c3
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: */