mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +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;
|
||||
if (m_pcbucket[maxindex] == 0)
|
||||
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;
|
||||
}
|
||||
fclose(log);
|
||||
|
Loading…
Reference in New Issue
Block a user