mirror of
https://github.com/holub/mame
synced 2025-05-10 00:01:52 +03:00
fixed usage of uninitialized member in i386_device (nw)
This commit is contained in:
parent
f6930e9209
commit
f440fee861
@ -3112,6 +3112,7 @@ void i386_device::i386_common_init(int tlbsize)
|
||||
m_io = &space(AS_IO);
|
||||
m_vtlb = vtlb_alloc(this, AS_PROGRAM, 0, tlbsize);
|
||||
m_smi = false;
|
||||
m_debugger_temp = 0;
|
||||
|
||||
zero_state();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user