ack/mach/mips/libem/trp.s

14 lines
161 B
ArmAsm
Raw Normal View History

.sect .text
.sect .rom
.sect .data
.sect .bss
.define .trap_ecase
.trap_ecase:
li r3, 20 ! ECASE = 20 in h/em_abs.h
! FALLTHROUGH to .trp
.trap:
syscall