Changeset 172 for trunk/thune/eval.c
- Timestamp:
- 06/08/06 01:12:46 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/eval.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/eval.c
r168 r172 418 418 if( ! _verifyType( it++, dt++ ) ) 419 419 { 420 UString* str; 421 420 422 --it; 421 423 --dt; 422 424 ur_throwErr( ur_thread, UR_EX_DATATYPE, 423 "verify found %s! at TOS-%d; expected %s!",425 "verify found %s! at TOS-%d; expected ", 424 426 ur_typeName( ur_type(it) ), 425 count - (int) (end - it), 426 ur_typeName( ur_datatype(dt) ) ); 427 count - (int) (end - it) ); 428 str = ur_binPtr( UR_TOS->err.messageStr ); 429 ur_toStr( dt, str, 0 ); 430 427 431 //_appendTraceBlk( &UR_TOS->err, blkN, pc - start ); 428 432 UR_CALL_OP = 0;
