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

trap.S « sysnecv850 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc470d72b3d2e0c6b48a87d410b6235c706aeda0 (plain)
1
2
3
4
5
6
7
8
9
10
	.text
	.global	___trap0
___trap0:
	trap 31
	tst r11,r11
	bz .L0
	movhi hi(_errno),r0,r6
	st.w r11,lo(_errno)[r6]
.L0:
	jmp [r31]