From 9360a8dbfbf69880ddaba75f4256d4161bbd1927 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Mon, 27 Jun 2016 20:44:20 -0400 Subject: [PATCH] fix compile (nw) --- src/devices/cpu/sparc/sparcdasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/sparc/sparcdasm.h b/src/devices/cpu/sparc/sparcdasm.h index 9a14778b68e..555cdd8fa18 100644 --- a/src/devices/cpu/sparc/sparcdasm.h +++ b/src/devices/cpu/sparc/sparcdasm.h @@ -238,7 +238,7 @@ private: static const vis_op_desc_map::value_type VIS3_OP_DESC[]; static const vis_op_desc_map::value_type VIS3B_OP_DESC[]; - const sparc_debug_state *m_state; + //const sparc_debug_state *m_state; unsigned m_version; vis_level m_vis_level; int m_op_field_width;