Changeset 31 for trunk/orca/gc.c

Show
Ignore:
Timestamp:
02/08/06 01:35:49 (3 years ago)
Author:
krobillard
Message:

Overflow of the quick hold stack is now caught.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/gc.c

    r26 r31  
    530530    checkCallStack(); 
    531531 
    532     checkHolds( orEnv->quickHolds, orEnv->quickHoldsTop ); 
     532    checkHolds( orEnv->quickHolds, 
     533                orEnv->quickHolds + orEnv->quickHoldsUsed ); 
    533534 
    534535    if( orEnv->holds.used )