VirtualBox

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


Ignore:
Timestamp:
Jan 18, 2013 12:59:37 PM (12 years ago)
Author:
vboxsync
Message:

Devices/Bus/Pci, Devices/PC/DevAPIC: the Guru meditation handler does not pass a NULL parameter but an empty parameter to the DBG info handler

File:
1 edited

Legend:

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

    r44005 r44310  
    20252025    APICState       *pApic = getLapic(pDev);
    20262026
    2027     if (pszArgs == NULL || !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