diff options
Diffstat (limited to 'apply.s')
| -rw-r--r-- | apply.s | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
