Now returns correct values.
This commit is contained in:
parent
e0c4e4b686
commit
a8c5699241
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue