mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Fix crash caused "-debug -noautosave" when exiting the debugger immediately.
This commit is contained in:
parent
28130d7aa1
commit
e10dc03993
@ -45,7 +45,9 @@ private:
|
|||||||
template <int m_N, int _storage_N>
|
template <int m_N, int _storage_N>
|
||||||
void netlist_matrix_solver_gauss_seidel_t<m_N, _storage_N>::log_stats()
|
void netlist_matrix_solver_gauss_seidel_t<m_N, _storage_N>::log_stats()
|
||||||
{
|
{
|
||||||
#if 1
|
#if 0
|
||||||
|
if (this->m_calculations == 0)
|
||||||
|
return;
|
||||||
printf("==============================================\n");
|
printf("==============================================\n");
|
||||||
printf("Solver %s\n", this->name().cstr());
|
printf("Solver %s\n", this->name().cstr());
|
||||||
printf(" ==> %d nets\n", this->N()); //, (*(*groups[i].first())->m_core_terms.first())->name().cstr());
|
printf(" ==> %d nets\n", this->N()); //, (*(*groups[i].first())->m_core_terms.first())->name().cstr());
|
||||||
|
Loading…
Reference in New Issue
Block a user