cpu.x86: reduce compiled frames by 2 cells too

db4
Joe Groff 2011-12-13 15:41:40 -08:00
parent 079025559d
commit 2eba1b5449
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ HOOK: reserved-stack-space cpu ( -- n )
M: x86 stack-frame-size ( stack-frame -- i ) M: x86 stack-frame-size ( stack-frame -- i )
(stack-frame-size) (stack-frame-size)
reserved-stack-space + reserved-stack-space +
3 cells + cell +
align-stack ; align-stack ;
HOOK: pic-tail-reg cpu ( -- reg ) HOOK: pic-tail-reg cpu ( -- reg )