4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 19:40:07 +08:00

11 lines
130 B
ArmAsm
Raw Normal View History

.text
.global ___trap0
___trap0:
trap 31
tst r10,r10
bz .L0
movhi hi(_errno),r0,r6
st.w r10,lo(_errno)[r6]
.L0:
jmp [r31]