adsp211: Fix obvious typo. (nw)

This commit is contained in:
Ted Green 2018-01-18 17:13:13 -07:00
parent ed687ee50b
commit 6b95ab4c88

View File

@ -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);