VirtualBox

Changeset 59281 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 7, 2016 7:22:50 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104928
Message:

Tiny cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevFwCommon.cpp

    r57358 r59281  
    10711071    pBusEntry->u8BusId             = iBusIdPci0; /* this ID can be referenced by the interrupt entries */
    10721072    memcpy(pBusEntry->au8BusTypeStr, "PCI   ", 6);
     1073    pBusEntry++;
    10731074    pCfgTab->u16EntryCount++;
    10741075
     
    10771078     * MP spec: "The configuration table contains one or more entries for I/O APICs.
    10781079     *           ... At least one I/O APIC must be enabled." */
    1079     PMPSIOAPICENTRY pIOAPICEntry   = (PMPSIOAPICENTRY)(pBusEntry+1);
     1080    PMPSIOAPICENTRY pIOAPICEntry   = (PMPSIOAPICENTRY)(pBusEntry);
    10801081    uint16_t iApicId = 0;
    10811082    pIOAPICEntry->u8EntryType      = 2; /* I/O-APIC entry */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette