diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-10-31 21:07:03 +0100 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-10-31 21:07:03 +0100 |
| commit | fbc57cad5622039654b95590ab1efb464984c71b (patch) | |
| tree | bcc251ff37486ae297615723faf45bbb5e92bedb /print_123.s | |
| parent | 2bc3d9a3815a6cd172b3b4f7696c46a006021b13 (diff) | |
| download | uskel-fbc57cad5622039654b95590ab1efb464984c71b.tar.gz uskel-fbc57cad5622039654b95590ab1efb464984c71b.tar.bz2 | |
debug the gc
Diffstat (limited to 'print_123.s')
| -rw-r--r-- | print_123.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print_123.s b/print_123.s index 35c9cbe..c838d89 100644 --- a/print_123.s +++ b/print_123.s @@ -21,7 +21,7 @@ thunkto %r11, $print, $1, %r11 # push a cont thunk for main_exit and set continuation for main_exit - thunkto %rsi, $main_exit, $1, %rsi + thunkto %rsi, $main_exit, $0 # evaluate into main_exit enter %r11 |
