aboutsummaryrefslogtreecommitdiff
path: root/apply.s
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-10-31 21:07:03 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2023-10-31 21:07:03 +0100
commitfbc57cad5622039654b95590ab1efb464984c71b (patch)
treebcc251ff37486ae297615723faf45bbb5e92bedb /apply.s
parent2bc3d9a3815a6cd172b3b4f7696c46a006021b13 (diff)
downloaduskel-fbc57cad5622039654b95590ab1efb464984c71b.tar.gz
uskel-fbc57cad5622039654b95590ab1efb464984c71b.tar.bz2
debug the gc
Diffstat (limited to 'apply.s')
-rw-r--r--apply.s2
1 files changed, 1 insertions, 1 deletions
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