mirror of
https://github.com/holub/mame
synced 2025-07-06 18:39:28 +03:00
merge me later bug fix
This commit is contained in:
parent
2762b9f5ac
commit
222adaf847
@ -89,9 +89,12 @@ void matrix_solver_GCR_t<m_N, _storage_N>::vsetup(analog_net_t::list_t &nets)
|
||||
if (touched[k][col])
|
||||
{
|
||||
if (touched[row][col])
|
||||
{
|
||||
if (static_compile) printf(" A(%d,%d) += f%d * A(%d,%d); \n", row, col, fc, k, col);
|
||||
else
|
||||
} else
|
||||
{
|
||||
if (static_compile) printf(" A(%d,%d) = f%d * A(%d,%d); \n", row, col, fc, k, col);
|
||||
}
|
||||
touched[row][col] = true;
|
||||
ops += 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user