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 --- apply.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apply.s') diff --git a/apply.s b/apply.s index 458822a..113122a 100644 --- a/apply.s +++ b/apply.s @@ -23,7 +23,7 @@ thunkto %r12, $print, $1, %r12 # make a continuation for main (exit) and set it for print call - thunkto %rsi, $main_exit, $1, %rsi + thunkto %rsi, $main_exit, $0 # start evaluating the print enter %r12 -- cgit v1.2.3