summaryrefslogtreecommitdiff
path: root/sh.asm
diff options
context:
space:
mode:
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