Changeset 25305 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 10, 2009 3:29:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r25219 r25305 722 722 723 723 /* ISA bus */ 724 PMPSBUSENTRY pBusEntry = (PMPSBUSENTRY) (pProcEntry+1);724 PMPSBUSENTRY pBusEntry = (PMPSBUSENTRY)pProcEntry; 725 725 pBusEntry->u8EntryType = 1; /* bus entry */ 726 726 pBusEntry->u8BusId = 0; /* this ID is referenced by the interrupt entries */
Note:
See TracChangeset
for help on using the changeset viewer.