From 4800f32248c4242d49c7a28a4c8f7249770e0efa Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 19 Apr 1990 15:28:43 +0000
Subject: [PATCH] Pass the callee into ALLOCATE-FRAME so that it can tell
 whether to allocate a NFP.

---
 compiler/ir2tran.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp
index 69040acd3..3008f7884 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))
-- 
GitLab