]> git.sur5r.net Git - cc65/commitdiff
Removed an 'rts'.
authorMarco van den Heuvel <blackystardust68@yahoo.com>
Sun, 29 Nov 2015 19:35:25 +0000 (11:35 -0800)
committerMarco van den Heuvel <blackystardust68@yahoo.com>
Sun, 29 Nov 2015 19:35:25 +0000 (11:35 -0800)
libsrc/c128/emd/c128-ram.s

index bef0a15ee3f2b3f3a358ca1f3c7b3ef0321d717e..ab99d7aa3ecf9d21716e8d8081cfd9009d57e45f 100644 (file)
@@ -70,7 +70,7 @@ INSTALL:
         stx     curpage+1               ; Invalidate the current page
         inx
         txa                             ; A = X = EM_ERR_OK
-        rts
+;       rts                             ; Run into UNINSTALL instead
 
 ; ------------------------------------------------------------------------
 ; UNINSTALL routine. Is called before the driver is removed from memory.