Changeset 408 for branches/thune/thread_safe/thune.c
- Timestamp:
- 06/11/07 04:07:02 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/thune.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/thune.c
r387 r408 294 294 #define EMH_HALT(pc,end) 295 295 #endif 296 297 298 //extern void _addCells( UThread*, UCell*, UCell* ); 299 //extern void _mulCells( UThread*, UCell*, UCell* ); 296 300 297 301 … … 468 472 goto throw_cc; 469 473 470 _infuseOpcodes( ut, tblkN );474 ur_infuseOpcodes( ut, tblkN ); 471 475 ur_setSeries(val, tblkN, 0); 472 476 goto do_block;
