summaryrefslogtreecommitdiff
path: root/sh.asm
diff options
context:
space:
mode:
Diffstat (limited to 'sh.asm')
-rw-r--r--sh.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/sh.asm b/sh.asm
index de56eaf..063bae1 100644
--- a/sh.asm
+++ b/sh.asm
@@ -231,9 +231,9 @@ _parse1r:
jmp _parse1
_sabsf:
- cmp r8, 0x1
- jg _parse1r
- mov r13, 0x1
+ test r8, r8
+ je _parse1r
+ mov r13, 0x2
jmp _parse1r
_subz: