- Timestamp:
- Dec 6, 2010 2:26:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r34750 r34751 1986 1986 pHlp->pfnPrintf(pHlp, "PIRQ%c disabled\n", 'A' + i); 1987 1987 else 1988 pHlp->pfnPrintf(pHlp, "PIRQ%c -> IRQ%d\n", 'A' + i, irq_map & f);1988 pHlp->pfnPrintf(pHlp, "PIRQ%c -> IRQ%d\n", 'A' + i, irq_map & 0xf); 1989 1989 } 1990 1990 }
Note:
See TracChangeset
for help on using the changeset viewer.