call .trp instead of jmp to it
This commit is contained in:
parent
7553f860b1
commit
8aae5c7bdf
@ -23,7 +23,8 @@
|
|||||||
blt 2f
|
blt 2f
|
||||||
move.l a0, -(sp)
|
move.l a0, -(sp)
|
||||||
move.l #ESET, -(sp) ! bitnumber too large
|
move.l #ESET, -(sp) ! bitnumber too large
|
||||||
jmp .trp
|
jsr .trp
|
||||||
|
rts
|
||||||
2:
|
2:
|
||||||
bset d0, 0(sp, d2.l)
|
bset d0, 0(sp, d2.l)
|
||||||
jmp (a0)
|
jmp (a0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user