VirtualBox

Changeset 26940 in vbox


Ignore:
Timestamp:
Mar 2, 2010 12:22:30 PM (15 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

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

    r26939 r26940  
    759759    {
    760760        pProcEntry->u8EntryType        = 0; /* processor entry */
    761         pProcEntry->u8LocalApicId      = i + 1;
     761        pProcEntry->u8LocalApicId      = i;
    762762        pProcEntry->u8LocalApicVersion = 0x14;
    763763        pProcEntry->u8CPUFlags         = (i == 0 ? 2 /* bootstrap processor */ : 0 /* application processor */) | 1 /* enabled */;
Note: See TracChangeset for help on using the changeset viewer.

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