aboutsummaryrefslogtreecommitdiff
path: root/apply.s
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-11-01 18:25:26 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2023-11-01 18:25:26 +0100
commit1909e97d4615045e707710a2aaeae8bf702a8355 (patch)
treeacba7fd278ef27dbdb749f936b38a812a056176a /apply.s
parent32d71ef9f25b4cebb2ae95b4f528bbc02f62ea31 (diff)
parent970ffb4684dbd88bd54e909820bbc5a66a87b18d (diff)
downloaduskel-1909e97d4615045e707710a2aaeae8bf702a8355.tar.gz
uskel-1909e97d4615045e707710a2aaeae8bf702a8355.tar.bz2
Merge branch 'gc-attempt-1'
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