diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp
index 69040acd3721de0402d8a9e514bf1e68d3bba150..3008f78848c993cdd0ee8a020bcf19de0f668ecf 100644
--- a/compiler/ir2tran.lisp
+++ b/compiler/ir2tran.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.8 1990/04/19 14:27:06 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.9 1990/04/19 15:28:43 ram Exp $
 ;;;
 ;;;    This file contains the virtual machine independent parts of the code
 ;;; which does the actual translation of nodes to VOPs.
@@ -662,7 +662,7 @@
 	(this-1env (node-environment node)))
 
     (vop current-fp node block old-fp)
-    (vop allocate-frame node block fp nfp)
+    (vop allocate-frame node block fp nfp env)
     
     (let* ((args (reference-tn old-fp nil))
 	   (tail args))