Fix type found by clang.

This commit is contained in:
Aaron Giles 2010-09-30 07:04:05 +00:00
parent ce80e373b2
commit 0c9d45f0a2

View File

@ -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]++;