call .trp instead of jmp to it

This commit is contained in:
ceriel 1987-07-17 14:16:39 +00:00
parent 7553f860b1
commit 8aae5c7bdf

View File

@ -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)