From: Marco van den Heuvel Date: Sun, 29 Nov 2015 19:35:25 +0000 (-0800) Subject: Removed an 'rts'. X-Git-Tag: V2.16~195^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cf9e7856cf5895c18f3094ca53889429e6657d7f;p=cc65 Removed an 'rts'. --- diff --git a/libsrc/c128/emd/c128-ram.s b/libsrc/c128/emd/c128-ram.s index bef0a15ee..ab99d7aa3 100644 --- a/libsrc/c128/emd/c128-ram.s +++ b/libsrc/c128/emd/c128-ram.s @@ -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.