aboutsummaryrefslogtreecommitdiff
path: root/apply.s
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-08-15 00:20:22 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-08-15 00:20:22 +0200
commitdab08fcbc01a3f8daa683ffeae4e8cc18df08acb (patch)
tree313b41d2b14195804b0ef774b376d8209b79b5f9 /apply.s
parent6be5a28bb90b391a5842a8ce3dfc7c154100ab68 (diff)
downloaduskel-dab08fcbc01a3f8daa683ffeae4e8cc18df08acb.tar.gz
uskel-dab08fcbc01a3f8daa683ffeae4e8cc18df08acb.tar.bz2
generic applyN
Diffstat (limited to 'apply.s')
-rw-r--r--apply.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/apply.s b/apply.s
index 2d7109d..36d268c 100644
--- a/apply.s
+++ b/apply.s
@@ -14,10 +14,10 @@ main:
thunkto %r12, $FUN2_code, $plus, $0
# apply first argument
- thunkto %r12, $apply1, $2, %r12, %r11
+ thunkto %r12, $apply, $2, %r12, %r11
# apply second argument (the p.a. function part is still in r12)
- thunkto %r12, $apply1, $2, %r12, %r11
+ thunkto %r12, $apply, $2, %r12, %r11
# print the result
thunkto %r12, $print, $1, %r12