summaryrefslogtreecommitdiff
path: root/sh.asm
diff options
context:
space:
mode:
authorfaissaloo <faissaloo@gmail.com>2016-06-21 18:32:42 +0100
committerfaissaloo <faissaloo@gmail.com>2016-06-21 18:32:42 +0100
commit1e521c68bbe4e41b42ac00ff9a0562bf6c5eb15e (patch)
tree3d59a1cf0530e6589a880bc62839de812201bef1 /sh.asm
parent7cc39751094583703bee1e320e8fe8e1939e97f0 (diff)
downloaddbsh-1e521c68bbe4e41b42ac00ff9a0562bf6c5eb15e.tar.gz
Removed needless use of cmp
Diffstat (limited to 'sh.asm')
-rw-r--r--sh.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh.asm b/sh.asm
index 53fe533..36e22e6 100644
--- a/sh.asm
+++ b/sh.asm
@@ -210,7 +210,6 @@ _parse1:
;the end of the string or directory name
_parse1r:
dec r8
- cmp r8, 0x0
jl _parse2
jmp _parse1