From 943d07cad5963feee0ae928bcbc685280d8e8b76 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 12 Dec 2005 00:52:33 +0000
Subject: [PATCH] For a full call, copy the function to code-tn, which is what
 the sparc port does.

---
 compiler/ppc/call.lisp | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/compiler/ppc/call.lisp b/compiler/ppc/call.lisp
index 17761842b..1ba1df1a7 100644
--- a/compiler/ppc/call.lisp
+++ b/compiler/ppc/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/call.lisp,v 1.8 2005/12/11 18:30:47 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/call.lisp,v 1.9 2005/12/12 00:52:33 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -834,12 +834,8 @@ default-value-8
 	   
 	   (note-this-location vop :call-site)
 	   (inst mtctr entry-point)
+	   (move code-tn function)
 	   (inst bctr)
-	   #|
-	   (inst j function
-		 (- (ash vm:function-code-offset vm:word-shift)
-		    vm:function-pointer-type))
-	   |#)
 
 	 ,@(ecase return
 	     (:fixed
-- 
GitLab