ack/mach/pmds4/libsys/times.s
1985-03-04 16:08:41 +00:00

7 lines
64 B
ArmAsm

.define _times
.extern _times
_times:
trap #0
.short 0x2B
rts