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 a81d043e..77d0dcca 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1322,7 +1322,7 @@ middleEndExpand x ==
atomic? x => x
[op,:args] := x
ident? op and (fun := getOpcodeExpander op) =>
- middleEndExpand apply(fun,x,nil)
+ middleEndExpand apply(fun,[x])
a := middleEndExpand op
b := middleEndExpand args
sameObject?(a,op) and sameObject?(b,args) => x