From 20d81509dfc387b144218bf68a4a8f173577e539 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 6 Oct 2007 20:16:34 -0400 Subject: [PATCH] Another x86 fix --- core/cpu/x86/bootstrap.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/cpu/x86/bootstrap.factor b/core/cpu/x86/bootstrap.factor index 5976c86d58..8e371ee823 100644 --- a/core/cpu/x86/bootstrap.factor +++ b/core/cpu/x86/bootstrap.factor @@ -10,7 +10,7 @@ big-endian off : stack-frame-size 8 bootstrap-cells ; -: scan-save stack-reg stack-frame-size 3 bootstrap-cells - [+] ; +: scan-save stack-reg 3 bootstrap-cells [+] ; [ arg0 arg0 quot-array@ [+] MOV ! load array @@ -79,9 +79,9 @@ big-endian off [ load-branch - stack-reg [] scan-reg MOV ! save scan pointer + scan-save scan-reg MOV ! save scan pointer xt-reg CALL ! call quotation - scan-reg stack-reg [] MOV ! restore scan pointer + scan-reg scan-save MOV ! restore scan pointer ] { } make jit-if-call set [