Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-08-22 21:27:26 -04:00
commit 71652d2826
1 changed files with 1 additions and 4 deletions
basis/cpu/ppc

View File

@ -96,10 +96,7 @@ HOOK: reserved-area-size os ( -- n )
! frame, 8 bytes in size. This is in the param-save area so it
! does not overlap with spill slots.
: scratch@ ( n -- offset )
stack-frame get total-size>>
factor-area-size -
param-save-size -
+ ;
factor-area-size + ;
! GC root area
: gc-root@ ( n -- offset )