From: Oliver Schmidt Date: Fri, 24 May 2013 16:25:16 +0000 (+0200) Subject: The paravirtualization hooks are called for JMP too so there's no need for JSR. X-Git-Tag: V2.15~284 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=80b3da1058c337fbb6254b7068ce7dab643e30b2;p=cc65 The paravirtualization hooks are called for JMP too so there's no need for JSR. --- diff --git a/libsrc/sim6502/crt0.s b/libsrc/sim6502/crt0.s index 68587703f..d1831ad81 100644 --- a/libsrc/sim6502/crt0.s +++ b/libsrc/sim6502/crt0.s @@ -29,4 +29,4 @@ _exit: pha jsr donelib pla - jsr exit + jmp exit