From 33f55a277090166e35b7baa28f9dc6f6bf301981 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 28 May 2015 08:42:51 +0200 Subject: [PATCH] commented this line to enable compile on 64bit win (nw) --- src/emu/netlist/analog/nld_solver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/netlist/analog/nld_solver.c b/src/emu/netlist/analog/nld_solver.c index 4f4ea19c79c..ebabf6e33d7 100644 --- a/src/emu/netlist/analog/nld_solver.c +++ b/src/emu/netlist/analog/nld_solver.c @@ -156,7 +156,7 @@ ATTR_COLD void netlist_matrix_solver_t::setup(netlist_analog_net_t::list_t &nets break; } } - NL_VERBOSE_OUT(("added net with %" SIZETFMT " populated connections\n", net->m_core_terms.size())); + //NL_VERBOSE_OUT(("added net with %" SIZETFMT " populated connections\n", net->m_core_terms.size())); } }