Changeset 31 for trunk/orca/gc.c
- Timestamp:
- 02/08/06 01:35:49 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/gc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/gc.c
r26 r31 530 530 checkCallStack(); 531 531 532 checkHolds( orEnv->quickHolds, orEnv->quickHoldsTop ); 532 checkHolds( orEnv->quickHolds, 533 orEnv->quickHolds + orEnv->quickHoldsUsed ); 533 534 534 535 if( orEnv->holds.used )
