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

trap.S « mn10300 « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05939b9fec49242cb7a70f386883b687c80fe49e (plain)
1
2
3
4
5
6
7
8
9
	.text
	.global	___trap0
___trap0:
	syscall
	cmp 0,d0
	beq .L0
	mov d0,(_errno)
.L0:
	rets