From 2eba1b544973e808667d02bccb3eee5bb0d10625 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 13 Dec 2011 15:41:40 -0800 Subject: [PATCH] cpu.x86: reduce compiled frames by 2 cells too --- basis/cpu/x86/x86.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/x86/x86.factor b/basis/cpu/x86/x86.factor index 8074021429..b304a01de8 100644 --- a/basis/cpu/x86/x86.factor +++ b/basis/cpu/x86/x86.factor @@ -48,7 +48,7 @@ HOOK: reserved-stack-space cpu ( -- n ) M: x86 stack-frame-size ( stack-frame -- i ) (stack-frame-size) reserved-stack-space + - 3 cells + + cell + align-stack ; HOOK: pic-tail-reg cpu ( -- reg )