about summary refs log tree commit diff stats
path: root/apps/survey.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-17 15:26:49 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-17 15:26:49 -0800
commit6323661c2c588c4fed280f55f20ca3bbc92edb27 (patch)
treee6735da9e44c1322c76c9db4b2950729d398e1db /apps/survey.subx
parentcb9a1f0331bbb648982cfb551f5384b6c2df0e57 (diff)
downloadmu-6323661c2c588c4fed280f55f20ca3bbc92edb27.tar.gz
6014
Diffstat (limited to 'apps/survey.subx')
-rw-r--r--apps/survey.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/survey.subx b/apps/survey.subx
index d996ba96..488b066f 100644
--- a/apps/survey.subx
+++ b/apps/survey.subx
@@ -2118,7 +2118,7 @@ $emit-segments:check-for-end-of-line:
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
     # . if (eax != 0) break
-    3d/compare-eax-and  0/imm32
+    3d/compare-eax-and  0/imm32/false
     0f 85/jump-if-!=  $emit-segments:next-line/disp32
 $emit-segments:check-for-comment:
     # if (slice-starts-with?(word-slice, "#")) break
@@ -2340,7 +2340,7 @@ $emit-segments:check-code-label-for-imm32:
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # . if (eax == false) goto next check
-    3d/compare-eax-and  0/imm32
+    3d/compare-eax-and  0/imm32/false
     74/jump-if-=  $emit-segments:check-code-label-for-disp8/disp8
 #?     # dump info->address {{{
 #?     # . write(2/stderr, "info->address: ")