From 2c56da70fedfe9ee845f14c5418305a4b7372e7b Mon Sep 17 00:00:00 2001 From: izydorst Date: Wed, 20 Aug 2003 12:19:59 +0000 Subject: [PATCH] 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 --- libsrc/geos/system/mainloop.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5