VirtualBox

Changeset 44311 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Jan 18, 2013 1:00:22 PM (12 years ago)
Author:
vboxsync
Message:

spaces

File:
1 edited

Legend:

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

    r44310 r44311  
    20252025    APICState       *pApic = getLapic(pDev);
    20262026
    2027     if (   pszArgs == NULL || !*pszArgs || !strcmp(pszArgs, "basic"))
     2027    if (pszArgs == NULL || !*pszArgs || !strcmp(pszArgs, "basic"))
    20282028        apicR3InfoBasic(pDev, pApic, pHlp);
    20292029    else if (!strcmp(pszArgs, "lvt"))
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