aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index f0d1d245..dc5f1211 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1920,7 +1920,7 @@ compileQuietly fn ==
COMP l ==
- MAPCAR(function COMP_-2, MAPCAN(function COMP_-1,l))
+ MAPCAR(function backendCompile2, MAPCAN(function COMP_-1,l))
COMP_-1 x ==
fname := first x