Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
diff 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 |
line diff
1.1 --- a/dependency.c Wed Mar 28 18:02:38 2012 +0200 1.2 +++ b/dependency.c Mon Apr 16 18:25:31 2012 +0200 1.3 @@ -57,7 +57,7 @@ 1.4 void print_unit_to_file(void* _unit){ 1.5 Unit* unit = (Unit*) _unit; 1.6 if(!unit) return; 1.7 - fprintf(dependency_file,"unit,%d,%d,%p\n",unit->vp,unit->task,unit->ret_ptr); 1.8 + fprintf(dependency_file,"unit,%d,%d,%p,%d\n",unit->vp,unit->task,unit->ret_ptr,unit->reqType); 1.9 } 1.10 1.11 void print_nton_set_helper(void* _u){
