From: izydorst Date: Wed, 20 Aug 2003 12:19:59 +0000 (+0000) Subject: reverted last change, it was nonsense considering how functions are called X-Git-Tag: V2.12.0~1362 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2c56da70fedfe9ee845f14c5418305a4b7372e7b;p=cc65 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 --- diff --git a/libsrc/geos/system/mainloop.s b/libsrc/geos/system/mainloop.s index 411294929..5b0517510 100644 --- a/libsrc/geos/system/mainloop.s +++ b/libsrc/geos/system/mainloop.s @@ -10,5 +10,4 @@ .include "../inc/jumptab.inc" -_MainLoop: - jmp MainLoop +_MainLoop = MainLoop