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