mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
Fix OS X Intel compilation
This commit is contained in:
parent
5afef02f71
commit
b6c72910d4
@ -122,7 +122,7 @@ ATTR_COLD void NETLIST_NAME(_name)(netlist_setup_t &netlist) \
|
|||||||
{ \
|
{ \
|
||||||
public: \
|
public: \
|
||||||
_name (netlist_setup_t *parent, const char *name) \
|
_name (netlist_setup_t *parent, const char *name) \
|
||||||
: net_signal_t(parent, name) { } \
|
: net_signal_t<_num_input>(parent, name) { } \
|
||||||
ATTR_HOT void update(); \
|
ATTR_HOT void update(); \
|
||||||
}; \
|
}; \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user