projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
279d26b
)
1.0.4.68: Restore x86 non-darwin buildability.
author
lisphacker
<lisphacker>
Wed, 11 Apr 2007 21:19:32 +0000
(21:19 +0000)
committer
lisphacker
<lisphacker>
Wed, 11 Apr 2007 21:19:32 +0000
(21:19 +0000)
src/compiler/x86/c-call.lisp
patch
|
blob
|
history
version.lisp-expr
patch
|
blob
|
history
diff --git
a/src/compiler/x86/c-call.lisp
b/src/compiler/x86/c-call.lisp
index
27ebe1e
..
c07deae
100644
(file)
--- a/
src/compiler/x86/c-call.lisp
+++ b/
src/compiler/x86/c-call.lisp
@@
-214,6
+214,7
@@
:from :eval :to :result) ecx)
(:temporary (:sc unsigned-reg :offset edx-offset
:from :eval :to :result) edx)
+ #!+darwin
(:temporary (:sc unsigned-reg :offset esi-offset) prev-esp)
(:node-var node)
(:vop-var vop)
diff --git
a/version.lisp-expr
b/version.lisp-expr
index
6bf3bca
..
64e78e2
100644
(file)
--- a/
version.lisp-expr
+++ b/
version.lisp-expr
@@
-17,4
+17,4
@@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.4.67"
+"1.0.4.68"