cpu.ppc: integer>fixnum scratch area overlapped with the rest of stack frame, very bad

db4
sheeple 2009-08-22 20:23:28 -05:00
parent 1961b4da16
commit b14dd8ab67
1 changed files with 1 additions and 4 deletions

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 )