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 efe6852a..58f830df 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1468,7 +1468,7 @@ il2OldForm x ==
rplac(first e,op)
ilTransformInsns rest e
e
- ["call",:ilTransformInsns e]
+ ["%Call",:ilTransformInsns e]
otherwise => ilTransformInsns x
++ Subroutines of il2OldForm to walk sequence of IL instructions.