cpu.x86: reduce compiled frames by 2 cells too
parent
079025559d
commit
2eba1b5449
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue