From 8b6a52f9f11453464ee429797a8593aac4e4bfa7 Mon Sep 17 00:00:00 2001 From: Paul Khuong Date: Mon, 20 Jun 2011 23:51:07 -0400 Subject: [PATCH] Restore the build on x86 Bad copy-pasta in 293488f3. --- src/compiler/x86/call.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4