Loading lib_debug/wmc_auto.c +2 −2 Original line number Diff line number Diff line Loading @@ -1905,8 +1905,8 @@ void print_mem( ROM_Size_Lookup_Table Const_Data_PROM_Table[] ) } else { /* bytes (here, we assume that it was measured by the WMC tool as PROM_INST_SIZE bit words) */ fprintf( stdout, "Program ROM size (%s): %d bytes\n", Const_Data_PROM_Table[i].file_spec, Const_Data_PROM_Table[i].PROM_size << ( PROM_INST_SIZE / 8 ) ); /* bytes (here, we assume that each instruction takes PROM_INST_SIZE bits of the PROM memory) */ fprintf( stdout, "Program ROM size (%s): %d bytes\n", Const_Data_PROM_Table[i].file_spec, Const_Data_PROM_Table[i].PROM_size * ( PROM_INST_SIZE / 8 ) ); } } Loading Loading
lib_debug/wmc_auto.c +2 −2 Original line number Diff line number Diff line Loading @@ -1905,8 +1905,8 @@ void print_mem( ROM_Size_Lookup_Table Const_Data_PROM_Table[] ) } else { /* bytes (here, we assume that it was measured by the WMC tool as PROM_INST_SIZE bit words) */ fprintf( stdout, "Program ROM size (%s): %d bytes\n", Const_Data_PROM_Table[i].file_spec, Const_Data_PROM_Table[i].PROM_size << ( PROM_INST_SIZE / 8 ) ); /* bytes (here, we assume that each instruction takes PROM_INST_SIZE bits of the PROM memory) */ fprintf( stdout, "Program ROM size (%s): %d bytes\n", Const_Data_PROM_Table[i].file_spec, Const_Data_PROM_Table[i].PROM_size * ( PROM_INST_SIZE / 8 ) ); } } Loading