diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-08-15 00:20:22 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-08-15 00:20:22 +0200 |
| commit | dab08fcbc01a3f8daa683ffeae4e8cc18df08acb (patch) | |
| tree | 313b41d2b14195804b0ef774b376d8209b79b5f9 /apply.s | |
| parent | 6be5a28bb90b391a5842a8ce3dfc7c154100ab68 (diff) | |
| download | uskel-dab08fcbc01a3f8daa683ffeae4e8cc18df08acb.tar.gz uskel-dab08fcbc01a3f8daa683ffeae4e8cc18df08acb.tar.bz2 | |
generic applyN
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 |
