mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Fix type found by clang.
This commit is contained in:
parent
ce80e373b2
commit
0c9d45f0a2
@ -1269,7 +1269,7 @@ void adsp21xx_device::execute_run()
|
||||
// debugging
|
||||
m_ppc = m_pc; // copy PC to previous PC
|
||||
if (check_debugger)
|
||||
debugger_instruction_hook(*this, m_pc);
|
||||
debugger_instruction_hook(this, m_pc);
|
||||
|
||||
#if ADSP_TRACK_HOTSPOTS
|
||||
m_pcbucket[m_pc & 0x3fff]++;
|
||||
|
Loading…
Reference in New Issue
Block a user