summaryrefslogtreecommitdiff
path: root/sh.s
diff options
context:
space:
mode:
authorcflem <carson.fl3ming@gmail.com>2015-09-05 23:09:47 -0700
committercflem <carson.fl3ming@gmail.com>2015-09-05 23:09:47 -0700
commit1ef561585ff4ff52ad445af27f5e1bdca2b9899a (patch)
treeb5329bb77e489aa0eafa53370fcea64a07404407 /sh.s
parent5c87fe0c23ada0ec819714bb87d65909da0e07ea (diff)
downloaddbsh-1ef561585ff4ff52ad445af27f5e1bdca2b9899a.tar.gz
Fixed glitch involving absolute paths
Diffstat (limited to 'sh.s')
-rw-r--r--sh.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh.s b/sh.s
index e993a30..edc6710 100644
--- a/sh.s
+++ b/sh.s
@@ -176,6 +176,8 @@ parse1:
je subz
cmp byte [r8+r15], 0x2f
je sabsf
+ cmp byte [r8+r15], 0x2e
+ je sabsf
parse1r:
dec r8
@@ -184,6 +186,8 @@ parse1r:
jmp parse1
sabsf:
+ cmp r8, 0x1
+ jg parse1r
mov r13, 0x1
jmp parse1r