From b3eb292cf850b926ec30f5f0bf7cecf048885f2f Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Fri, 3 Jan 2014 12:47:58 +0400 Subject: [PATCH] Restore PPC build. Adjust register lifetime in calling VOPs. Thanks to Alastair Bridgewater. --- src/compiler/ppc/call.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/ppc/call.lisp b/src/compiler/ppc/call.lisp index 09e8b2b..825784f 100644 --- a/src/compiler/ppc/call.lisp +++ b/src/compiler/ppc/call.lisp @@ -665,7 +665,7 @@ default-value-8 (:temporary (:sc descriptor-reg :offset lra-offset :from (:argument ,(if (eq return :tail) 2 1)) - :to :eval) + :to (:result 0)) return-pc-pass) ,(if named -- 1.7.10.4