mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
i86: Fixed debugging with segment prefixes. (nw)
This commit is contained in:
parent
bd1c776e89
commit
1245ccba8c
@ -178,7 +178,10 @@ void i8086_cpu_device::execute_run()
|
||||
}
|
||||
}
|
||||
|
||||
debugger_instruction_hook( this, pc() );
|
||||
if (!m_seg_prefix)
|
||||
{
|
||||
debugger_instruction_hook( this, pc() );
|
||||
}
|
||||
|
||||
UINT8 op = fetch_op();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user