From fbc57cad5622039654b95590ab1efb464984c71b Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 31 Oct 2023 21:07:03 +0100 Subject: debug the gc --- print_123.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print_123.s') 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 -- cgit v1.2.3