aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 8942b72b..ae89bf04 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1520,7 +1520,7 @@ backendCompileSLAM(name,args,body) ==
u := -- body of the stub function
null args => [nil,[auxfn]]
null rest args => [[g1],[auxfn,g1]]
- [g1,["APPLX", ["FUNCTION",auxfn], g1]]
+ [g1,["APPLY", ["FUNCTION",auxfn], g1]]
arg := first u
app := second u
codePart1 := -- look up the value if it is already there