mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
The paravirtualization hooks are called for JMP too so there's no need for JSR.
This commit is contained in:
parent
129fcff7e5
commit
80b3da1058
@ -29,4 +29,4 @@
|
||||
_exit: pha
|
||||
jsr donelib
|
||||
pla
|
||||
jsr exit
|
||||
jmp exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user