mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
quick and dirty compile fix (nw)
This commit is contained in:
parent
0d9d439b9b
commit
cffadabc83
@ -823,7 +823,7 @@ ATTR_COLD void NETLIB_NAME(solver)::post_start()
|
||||
//ms = new netlist_matrix_solver_direct_t<0,16>();
|
||||
ms = new netlist_matrix_solver_gauss_seidel_t<0,32>();
|
||||
}
|
||||
else if (net_count <= 64)
|
||||
else /* if (net_count <= 64) */
|
||||
{
|
||||
//ms = new netlist_matrix_solver_direct_t<0,16>();
|
||||
ms = new netlist_matrix_solver_gauss_seidel_t<0,64>();
|
||||
|
Loading…
Reference in New Issue
Block a user