about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-09 16:51:14 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-09 16:55:57 -0700
commitb14457a4cb6e6677c5e0c56f6aa4bb32c7ff537b (patch)
tree49aa241fe71e192c6fbc9ed2ed8c2ab511be6df9
parent5821a0f61241b3e83d251affc5a93ef0de5a9b2b (diff)
downloadmu-b14457a4cb6e6677c5e0c56f6aa4bb32c7ff537b.tar.gz
.
-rw-r--r--subx/apps/survey.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index a4c6a5a4..6f542d2f 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -506,7 +506,7 @@ $compute-offsets:label:
     # continue
     e9/jump  $compute-offsets:word-loop/disp32
 $compute-offsets:segment:
-    # if slice-equal?(word-slice/EDX, "==")
+    # if (!slice-equal?(word-slice/EDX, "==")) goto next check
     # . EAX = slice-equal?(word-slice/EDX, "==")
     68/push  "=="/imm32
     52/push-EDX