mirror of
https://github.com/holub/mame
synced 2025-10-09 09:44:40 +03:00
adsp211: Fix obvious typo. (nw)
This commit is contained in:
parent
ed687ee50b
commit
6b95ab4c88
@ -295,7 +295,7 @@ adsp21xx_device::~adsp21xx_device()
|
|||||||
maxindex = i;
|
maxindex = i;
|
||||||
if (m_pcbucket[maxindex] == 0)
|
if (m_pcbucket[maxindex] == 0)
|
||||||
break;
|
break;
|
||||||
fprintf(log, "PC=%04X (%10d hits)\n", maxindex, pcbucket[maxindex]);
|
fprintf(log, "PC=%04X (%10d hits)\n", maxindex, m_pcbucket[maxindex]);
|
||||||
m_pcbucket[maxindex] = 0;
|
m_pcbucket[maxindex] = 0;
|
||||||
}
|
}
|
||||||
fclose(log);
|
fclose(log);
|
||||||
|
Loading…
Reference in New Issue
Block a user