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; }