Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/sysnecv850/trap.S')
-rw-r--r--newlib/libc/sys/sysnecv850/trap.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/sysnecv850/trap.S b/newlib/libc/sys/sysnecv850/trap.S
index 9955572a3..dc470d72b 100644
--- a/newlib/libc/sys/sysnecv850/trap.S
+++ b/newlib/libc/sys/sysnecv850/trap.S
@@ -2,9 +2,9 @@
.global ___trap0
___trap0:
trap 31
- tst r10,r10
+ tst r11,r11
bz .L0
movhi hi(_errno),r0,r6
- st.w r10,lo(_errno)[r6]
+ st.w r11,lo(_errno)[r6]
.L0:
jmp [r31]