Oops - use the wrong array offset.
This commit is contained in:
parent
12eeb81fc1
commit
948457f1be
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290123
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user