diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-09 16:51:14 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-09 16:55:57 -0700 |
commit | b14457a4cb6e6677c5e0c56f6aa4bb32c7ff537b (patch) | |
tree | 49aa241fe71e192c6fbc9ed2ed8c2ab511be6df9 /subx | |
parent | 5821a0f61241b3e83d251affc5a93ef0de5a9b2b (diff) | |
download | mu-b14457a4cb6e6677c5e0c56f6aa4bb32c7ff537b.tar.gz |
.
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/survey.subx | 2 |
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 |