mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
reverted last change, it was nonsense considering how functions are called
git-svn-id: svn://svn.cc65.org/cc65/trunk@2392 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e1c6745c9a
commit
2c56da70fe
@ -10,5 +10,4 @@
|
||||
|
||||
.include "../inc/jumptab.inc"
|
||||
|
||||
_MainLoop:
|
||||
jmp MainLoop
|
||||
_MainLoop = MainLoop
|
||||
|
Loading…
Reference in New Issue
Block a user