adds missed format fix
This commit is contained in:
parent
f639576ac0
commit
aff456d6f4
|
@ -63,5 +63,4 @@ int sc_main(int sc_argc, char* sc_argv[]) {
|
||||||
SCCINFO("sc_main") << "End Simulation.";
|
SCCINFO("sc_main") << "End Simulation.";
|
||||||
|
|
||||||
return sc_core::sc_report_handler::get_count(sc_core::SC_ERROR) + sc_core::sc_report_handler::get_count(sc_core::SC_WARNING);
|
return sc_core::sc_report_handler::get_count(sc_core::SC_ERROR) + sc_core::sc_report_handler::get_count(sc_core::SC_WARNING);
|
||||||
;
|
|
||||||
} // End of 'sc_main'
|
} // End of 'sc_main'
|
||||||
|
|
Loading…
Reference in New Issue