Oops - use the wrong array offset.

This commit is contained in:
Adrian Chadd 2015-10-28 23:39:33 +00:00
parent 12eeb81fc1
commit 948457f1be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290123

View File

@ -2485,7 +2485,7 @@ arge_intr(void *arg)
#ifdef ARGE_DEBUG
for (i = 0; i < 32; i++) {
if (status & (1 << i)) {
sc->intr_stats.count[1 << i]++;
sc->intr_stats.count[i]++;
}
}
#endif