]> gitweb.factorcode.org Git - factor.git/commitdiff
cpu.x86: reduce compiled frames by 2 cells too
authorJoe Groff <arcata@gmail.com>
Tue, 13 Dec 2011 23:41:40 +0000 (15:41 -0800)
committerJoe Groff <arcata@gmail.com>
Wed, 14 Dec 2011 17:56:49 +0000 (09:56 -0800)
basis/cpu/x86/x86.factor

index 80740214294cb8781bbce3bcf1d078c51df885c0..b304a01de856503fb712496f71085057894456a3 100644 (file)
@@ -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 )