fixed endless loop exit->enterdesktop->exit->...

git-svn-id: svn://svn.cc65.org/cc65/trunk@2063 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2003-04-17 10:13:01 +00:00
parent 92e29121d3
commit c7bcd948a8
2 changed files with 3 additions and 5 deletions

View File

@@ -6,9 +6,7 @@
; void EnterDeskTop (void);
.export _EnterDeskTop
.import _exit
.include "../inc/jumptab.inc"
.export _EnterDeskTop
_EnterDeskTop = _exit