diff --git a/compiler/envanal.lisp b/compiler/envanal.lisp
index 30141e8f52ed54fba9aebbf4a19a225f8cf1a99e..9a891b693bbb215061fce01e61ffaeb80bb94529 100644
--- a/compiler/envanal.lisp
+++ b/compiler/envanal.lisp
@@ -258,7 +258,7 @@
 	     (code `(%unwind-protect-breakup))
 	     (let ((fun (ref-leaf (continuation-use (second args)))))
 	       (reanalyze-funs fun)
-	       (code `(funcall ,fun))))
+	       (code `(%funcall ,fun))))
 	    (:entry
 	     (dolist (nlx (cleanup-nlx-info cleanup))
 	       (code `(%lexical-exit-breakup ',nlx)))))))