summaryrefslogtreecommitdiff
path: root/sh.asm
diff options
context:
space:
mode:
authorfaissaloo <faissaloo@gmail.com>2016-08-05 17:38:57 +0100
committerfaissaloo <faissaloo@gmail.com>2016-08-05 17:38:57 +0100
commit40fe0b2671f5fec3dd00afc51fbed683258c8992 (patch)
tree35ec69c3b412b23eaf7d6bf51d27d1f950a2cf55 /sh.asm
parenteb1a7da82481e51e3c3e46ae2428f31f90d20288 (diff)
downloaddbsh-40fe0b2671f5fec3dd00afc51fbed683258c8992.tar.gz
Accidentally broke PATHs with speech marks
Diffstat (limited to 'sh.asm')
-rw-r--r--sh.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.asm b/sh.asm
index 3cc195c..d43b1dd 100644
--- a/sh.asm
+++ b/sh.asm
@@ -101,7 +101,7 @@ _start:
cmp rax, r10
jne _pathfinder ;if we haven't, let's move right one and see if it's there
cmp byte [r8], `"`
- jne _pathfinder_continue
+ je _pathfinder_continue
inc r8
cmp byte [r8], 0
jz _quit