projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c3bbfa
)
Restore PPC build.
author
Stas Boukarev
<stassats@gmail.com>
Fri, 3 Jan 2014 08:47:58 +0000
(12:47 +0400)
committer
Stas Boukarev
<stassats@gmail.com>
Fri, 3 Jan 2014 08:47:58 +0000
(12:47 +0400)
Adjust register lifetime in calling VOPs.
Thanks to Alastair Bridgewater.
src/compiler/ppc/call.lisp
patch
|
blob
|
history
diff --git
a/src/compiler/ppc/call.lisp
b/src/compiler/ppc/call.lisp
index
09e8b2b
..
825784f
100644
(file)
--- 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