summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/uml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/uml.h')
-rw-r--r--src/devices/cpu/uml.h2
1 files changed, 1 insertions, 1 deletions
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; }