Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison dependency.c @ 73:f20b4d9d3086
add recording of req type for unit fusing in ucc
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 16 Apr 2012 18:25:31 +0200 |
| parents | d20b105981b7 |
| children | b73e4a6f3497 |
comparison
equal
deleted
inserted
replaced
| 8:29ee8dcf2895 | 9:2c2f73ab3aca |
|---|---|
| 55 } | 55 } |
| 56 | 56 |
| 57 void print_unit_to_file(void* _unit){ | 57 void print_unit_to_file(void* _unit){ |
| 58 Unit* unit = (Unit*) _unit; | 58 Unit* unit = (Unit*) _unit; |
| 59 if(!unit) return; | 59 if(!unit) return; |
| 60 fprintf(dependency_file,"unit,%d,%d,%p\n",unit->vp,unit->task,unit->ret_ptr); | 60 fprintf(dependency_file,"unit,%d,%d,%p,%d\n",unit->vp,unit->task,unit->ret_ptr,unit->reqType); |
| 61 } | 61 } |
| 62 | 62 |
| 63 void print_nton_set_helper(void* _u){ | 63 void print_nton_set_helper(void* _u){ |
| 64 Unit* u = (Unit*) _u; | 64 Unit* u = (Unit*) _u; |
| 65 if(!u) return; | 65 if(!u) return; |
