From: Paul Khuong Date: Tue, 21 Jun 2011 03:51:07 +0000 (-0400) Subject: Restore the build on x86 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8b6a52f9f11453464ee429797a8593aac4e4bfa7;p=sbcl.git Restore the build on x86 Bad copy-pasta in 293488f3. --- diff --git a/src/compiler/x86/call.lisp b/src/compiler/x86/call.lisp index 920a2e3..8e0db43 100644 --- a/src/compiler/x86/call.lisp +++ b/src/compiler/x86/call.lisp @@ -499,7 +499,7 @@ (when fall-thru-p (inst jmp start-label)) (emit-label trampoline-label) - (popw rbp-tn (frame-word-offset return-pc-save-offset))) + (popw ebp-tn (frame-word-offset return-pc-save-offset))) (emit-label start-label)) ;;; Non-TR local call for a fixed number of values passed according to