Show
Ignore:
Timestamp:
06/11/07 04:07:02 (18 months ago)
Author:
krobillard
Message:

Thune - Simplified macros with macro! datatype.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/thune.c

    r387 r408  
    294294#define EMH_HALT(pc,end) 
    295295#endif 
     296 
     297 
     298//extern void _addCells( UThread*, UCell*, UCell* ); 
     299//extern void _mulCells( UThread*, UCell*, UCell* ); 
    296300 
    297301 
     
    468472                                goto throw_cc; 
    469473 
    470                             _infuseOpcodes( ut, tblkN ); 
     474                            ur_infuseOpcodes( ut, tblkN ); 
    471475                            ur_setSeries(val, tblkN, 0); 
    472476                            goto do_block;