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