From 80b3da1058c337fbb6254b7068ce7dab643e30b2 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Fri, 24 May 2013 18:25:16 +0200
Subject: [PATCH] The paravirtualization hooks are called for JMP too so
there's no need for JSR.
---
libsrc/sim6502/crt0.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.39.5