From 1d05c0f92a5ce29b5cac47b3e6ec9a085887ad06 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 25 Mar 2018 19:30:16 +1100 Subject: [PATCH] hopefully shut up MSVC (nw) --- src/devices/cpu/uml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/uml.h b/src/devices/cpu/uml.h index a035b17a932..662a0dda2b6 100644 --- a/src/devices/cpu/uml.h +++ b/src/devices/cpu/uml.h @@ -392,7 +392,7 @@ namespace uml { public: // construction/destruction - constexpr instruction() { } + constexpr instruction() : m_param{ } { } // getters constexpr opcode_t opcode() const { return m_opcode; }