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
.short 0x2
bra 1f
bcc 2f
jmp cerror
2:
clr.l d0
1:
bcs 2f
rts
2:
jmp cerror
1:
bcs 2b
clr.l d0
rts