diff options
Diffstat (limited to '075array-equal.subx')
-rw-r--r-- | 075array-equal.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/075array-equal.subx b/075array-equal.subx index f89035f8..7f5109f9 100644 --- a/075array-equal.subx +++ b/075array-equal.subx @@ -490,7 +490,7 @@ test-parse-array-of-ints-just-whitespace: 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp # eax = parse-array-of-ints(Heap, " ") # . . push args - 68/push " "/imm32 + 68/push Space/imm32 68/push Heap/imm32 # . . call e8/call parse-array-of-ints/disp32 |