aboutsummaryrefslogtreecommitdiff
path: root/apply.s
diff options
context:
space:
mode:
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