Now returns correct values.

This commit is contained in:
keie 1985-03-04 16:11:56 +00:00
parent e0c4e4b686
commit a8c5699241

View file

@ -3,9 +3,11 @@
_fork: trap #0 _fork: trap #0
.short 0x2 .short 0x2
bra 1f bra 1f
bcc 2f bcs 2f
jmp cerror rts
2: 2:
clr.l d0 jmp cerror
1: 1:
bcs 2b
clr.l d0
rts rts