This commit is contained in:
Kartik Agaram 2019-07-09 16:51:14 -07:00
parent 5821a0f612
commit b14457a4cb
1 changed files with 1 additions and 1 deletions

View File

@ -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