Changeset 146 for trunk/orca/ovalue.c
- Timestamp:
- 05/11/06 17:36:18 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/ovalue.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/ovalue.c
r144 r146 2575 2575 { 2576 2576 int total = funcv.argc + funcv.refc; 2577 int level = data->used; 2578 2579 // NOTE: Natives may need to orHold() any complex argument values since 2580 // the stack no longer references them here. 2577 //int level = data->used; 2581 2578 2582 2579 funcv.native.addr( DATA_TOP - total ); 2583 assert( level == data->used ); 2580 2581 //assert( level == data->used ); // May not be same if orErrorThrown 2584 2582 data->used -= total; 2585 2583 }
