mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
disable netlist statistic logging on shutdown, because it triggers a use after free in void device_debug::errorlog_write_line(const char *line) & fixed the copy & pasted comment. (nw)
This commit is contained in:
parent
f891bfc4bc
commit
80ee327f08
@ -55,7 +55,7 @@ NETLIB_OBJECT(solver)
|
||||
, m_dynamic_lte(*this, "DYNAMIC_LTE", 1e-5) // diff/timestep
|
||||
, m_dynamic_min_ts(*this, "DYNAMIC_MIN_TIMESTEP", 1e-6) // nl_double timestep resolution
|
||||
|
||||
, m_log_stats(*this, "LOG_STATS", 1) // nl_double timestep resolution
|
||||
, m_log_stats(*this, "LOG_STATS", 0) // log statistics on shutdown
|
||||
, m_params()
|
||||
{
|
||||
// internal staff
|
||||
|
Loading…
Reference in New Issue
Block a user