diff options
Diffstat (limited to 'apps/subx-common.subx')
-rw-r--r-- | apps/subx-common.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/subx-common.subx b/apps/subx-common.subx index 7cce0d20..cc3b12af 100644 --- a/apps/subx-common.subx +++ b/apps/subx-common.subx @@ -699,7 +699,7 @@ $emit:name: 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp # . write-buffered(out, " ") # . . push args - 68/push " "/imm32 + 68/push Space/imm32 ff 6/subop/push 1/mod/*+disp8 5/rm32/ebp . . . . 8/disp8 . # push *(ebp+8) # . . call e8/call write-buffered/disp32 |