Changeset 146 for trunk/orca/ovalue.c

Show
Ignore:
Timestamp:
05/11/06 17:36:18 (3 years ago)
Author:
krobillard
Message:

Orca-Qt - catchExit() works again after [140]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/ovalue.c

    r144 r146  
    25752575    { 
    25762576    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; 
    25812578 
    25822579    funcv.native.addr( DATA_TOP - total ); 
    2583     assert( level == data->used ); 
     2580 
     2581    //assert( level == data->used );    // May not be same if orErrorThrown 
    25842582    data->used -= total; 
    25852583    }