1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

The paravirtualization hooks are called for JMP too so there's no need for JSR.

This commit is contained in:
Oliver Schmidt 2013-05-24 18:25:16 +02:00
parent 129fcff7e5
commit 80b3da1058

View File

@ -29,4 +29,4 @@
_exit: pha
jsr donelib
pla
jsr exit
jmp exit