mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +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
|
// debugging
|
||||||
m_ppc = m_pc; // copy PC to previous PC
|
m_ppc = m_pc; // copy PC to previous PC
|
||||||
if (check_debugger)
|
if (check_debugger)
|
||||||
debugger_instruction_hook(*this, m_pc);
|
debugger_instruction_hook(this, m_pc);
|
||||||
|
|
||||||
#if ADSP_TRACK_HOTSPOTS
|
#if ADSP_TRACK_HOTSPOTS
|
||||||
m_pcbucket[m_pc & 0x3fff]++;
|
m_pcbucket[m_pc & 0x3fff]++;
|
||||||
|
Loading…
Reference in New Issue
Block a user