summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2011-10-20 23:11:54 -0700
committerAstrid Smith2011-10-20 23:11:54 -0700
commitef89049eae1d7e2591bef44a3e8151131fb4bed2 (patch)
tree249591a3ea8bb11c9ec3e29a5d0f6c53ad6199a1 /main.asm
parentbc73dcf297780bad3b84666619ee1ebedb0c4792 (diff)
More size fixes
Now A68k is happy, but ld-tigcc chokes on its output.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index cde9e89..76b84fe 100644
--- a/main.asm
+++ b/main.asm
@@ -54,7 +54,7 @@ __main:
lea emu_plain_op,a5
;; ... aaaaand we're off!
- bsr emu_run
+ jsr emu_run
bsr emu_teardown
bsr display_teardown