mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
hopefully shut up MSVC (nw)
This commit is contained in:
parent
411692180e
commit
1d05c0f92a
@ -392,7 +392,7 @@ namespace uml
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// construction/destruction
|
// construction/destruction
|
||||||
constexpr instruction() { }
|
constexpr instruction() : m_param{ } { }
|
||||||
|
|
||||||
// getters
|
// getters
|
||||||
constexpr opcode_t opcode() const { return m_opcode; }
|
constexpr opcode_t opcode() const { return m_opcode; }
|
||||||
|
Loading…
Reference in New Issue
Block a user