From a1464a17e2eac7d45bb4316bcd969ab6a2e620db Mon Sep 17 00:00:00 2001 From: lisphacker Date: Wed, 11 Apr 2007 21:19:32 +0000 Subject: [PATCH] 1.0.4.68: Restore x86 non-darwin buildability. --- src/compiler/x86/c-call.lisp | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/x86/c-call.lisp b/src/compiler/x86/c-call.lisp index 27ebe1e..c07deae 100644 --- 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 --- 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" -- 1.7.10.4