From: uz Date: Sun, 22 Feb 2009 13:54:03 +0000 (+0000) Subject: fnparse will return zero flag according to error (ZF=1 means no error). X-Git-Tag: V2.13.0rc1~317 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=770d230178b16a32e316146473096181e526c0c9;p=cc65 fnparse will return zero flag according to error (ZF=1 means no error). git-svn-id: svn://svn.cc65.org/cc65/trunk@3938 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/cbm/sysremove.s b/libsrc/cbm/sysremove.s index ddd900097..51a3d4305 100644 --- a/libsrc/cbm/sysremove.s +++ b/libsrc/cbm/sysremove.s @@ -14,7 +14,6 @@ .proc __sysremove jsr fnparse ; Parse the given file name - cmp #0 ; Do we have an error? bne err ; Jump if yes jmp scratch ; Scratch the file, return an error code err: rts