projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
293488f
)
Restore the build on x86
author
Paul Khuong
<pvk@pvk.ca>
Tue, 21 Jun 2011 03:51:07 +0000
(23:51 -0400)
committer
Paul Khuong
<pvk@pvk.ca>
Tue, 21 Jun 2011 03:51:07 +0000
(23:51 -0400)
Bad copy-pasta in
293488f3
.
src/compiler/x86/call.lisp
patch
|
blob
|
history
diff --git
a/src/compiler/x86/call.lisp
b/src/compiler/x86/call.lisp
index
920a2e3
..
8e0db43
100644
(file)
--- 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