Changeset 276 for trunk/thune/make.c
- Timestamp:
- 09/18/06 03:43:03 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/make.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/make.c
r274 r276 760 760 if( (nodeType & (1 << i)) == 0 ) 761 761 break; 762 if( node[ i ] >= UT_ COUNT )762 if( node[ i ] >= UT_BI_COUNT ) 763 763 break; 764 764 } … … 1439 1439 1440 1440 default: 1441 goto error; 1441 if( ur_datatype(res) < UT_BI_COUNT ) 1442 goto error; 1443 1444 ur_thread->env->customDT[ ur_datatype(res) - UT_BI_COUNT ].make( 1445 ur_thread, tos ); 1446 return; 1442 1447 } 1443 1448
