mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-23 18:08:22 -07:00
pcireg: Change 86Box mode IRQ link warning to multiples of 4
This commit is contained in:
Binary file not shown.
@@ -913,8 +913,8 @@ retry_buf:
|
||||
|
||||
/* Warn if the mapping is incomplete. */
|
||||
j = sizeof(irq_bitmap) - i;
|
||||
if (j < 4)
|
||||
printf("/* WARNING: only %d IRQ link mappings found */\n", j);
|
||||
if (j % 4)
|
||||
printf("/* WARNING: %d IRQ link mappings found */\n", j);
|
||||
|
||||
/* Copy entries to temporary array. */
|
||||
if (j > sizeof(temp))
|
||||
|
||||
Reference in New Issue
Block a user