diff options
Diffstat (limited to 'linux/126write-int-decimal.subx')
-rw-r--r-- | linux/126write-int-decimal.subx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/126write-int-decimal.subx b/linux/126write-int-decimal.subx index bff585a7..d38e1a17 100644 --- a/linux/126write-int-decimal.subx +++ b/linux/126write-int-decimal.subx @@ -167,9 +167,10 @@ test-write-int32-decimal-zero: e8/call clear-stream/disp32 # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp + b8/copy-to-eax 0x48/imm32 # write-int32-decimal(_test-stream, 0) # . . push args - 68/push 0/imm32 + 50/push-eax 68/push _test-stream/imm32 # . . call e8/call write-int32-decimal/disp32 |