fixed error in .trp: it could generate a bus error
This commit is contained in:
parent
257c868cc7
commit
17158641e0
|
@ -12,12 +12,7 @@
|
||||||
move.w d0,-(sp)
|
move.w d0,-(sp)
|
||||||
cmp #16,d0
|
cmp #16,d0
|
||||||
bcc 1f
|
bcc 1f
|
||||||
cmp #8,d0
|
|
||||||
bcc 4f
|
|
||||||
btst d0,.trpim
|
btst d0,.trpim
|
||||||
bra 5f
|
|
||||||
4:
|
|
||||||
btst d0,.trpim+1
|
|
||||||
5:
|
5:
|
||||||
bne 3f
|
bne 3f
|
||||||
1:
|
1:
|
||||||
|
|
Loading…
Reference in a new issue