aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mn10300/trap.S
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