about summary refs log tree commit diff stats
path: root/apps/mulisp.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mulisp.subx')
-rw-r--r--apps/mulisp.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mulisp.subx b/apps/mulisp.subx
index c2834021..3c85ad52 100644
--- a/apps/mulisp.subx
+++ b/apps/mulisp.subx
@@ -21,7 +21,7 @@ Entry:  # run tests if necessary, a REPL if not
       7e/jump-if-<= break/disp8
       # if (argv[1] != "test")) break
       (kernel-string-equal? *(ebp+8) "test")  # => eax
-      3d/compare-eax-and 0/imm32
+      3d/compare-eax-and 0/imm32/false
       74/jump-if-= break/disp8
       #
       (run-tests)