about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index ee2ecc52..5991617f 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -16489,7 +16489,7 @@ register-within-list?:  # s: (addr stmt-var), start: (addr list var), end: (addr
       # if (curr-reg == target) return true
       (string-equal? %eax %ebx)  # => eax
       3d/compare-eax-and 0/imm32/false
-      75/jump-if-= $register-within-list?:end/disp8
+      75/jump-if-!= $register-within-list?:end/disp8
 $register-within-list?:continue:
       # curr = curr->next
       (lookup *(ecx+8) *(ecx+0xc))  # List-next List-next => eax