Commit 869ca136 authored by emerit's avatar emerit
Browse files

Merge branch 'ivas-float-update' into 1963_ref_portFltMR-1568-1471-1690

parents d1e8f63f ef5e912f
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1965,10 +1965,12 @@ void print_mem( ROM_Size_Lookup_Table Const_Data_PROM_Table[] )
            {
                fprintf( stdout, "Error: Cannot retrieve or calculate Table ROM size of (%s)!\n", Const_Data_PROM_Table[i].file_spec );
            }

            else
            {
                fprintf( stdout, "Table ROM (const data) size (%s): %d %s\n", Const_Data_PROM_Table[i].file_spec, Const_Data_PROM_Table[i].Get_Const_Data_Size_Func() >> Stat_Cnt_Size, Count_Unit[Stat_Cnt_Size] );
            }
        }
    }
    else
    {
        fprintf( stdout, "Program ROM size: not available\n" );