mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed usage of uninitialized member in sh2_device (nw)
This commit is contained in:
parent
bde030740b
commit
46e31a56a7
@ -184,6 +184,7 @@ sh2_device::sh2_device(const machine_config &mconfig, const char *tag, device_t
|
||||
, m_interrupt(NULL)
|
||||
, m_nocode(NULL)
|
||||
, m_out_of_cycles(NULL)
|
||||
, m_debugger_temp(0)
|
||||
{
|
||||
m_isdrc = mconfig.options().drc() ? true : false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user