VirtualBox

Changeset 94910 in vbox


Ignore:
Timestamp:
May 8, 2022 3:42:06 PM (3 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Align code, no change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r94901 r94910  
    21252125    DBGFR3InfoRegisterInternalEx(pVM, "cpumguestinstr",   "Displays the current guest instruction.",
    21262126                                 &cpumR3InfoGuestInstr, DBGFINFO_FLAGS_ALL_EMTS);
    2127     DBGFR3InfoRegisterInternal(  pVM, "cpuid",            "Displays the guest cpuid leaves.",         &cpumR3CpuIdInfo);
     2127    DBGFR3InfoRegisterInternal(  pVM, "cpuid",            "Displays the guest cpuid leaves.",
     2128                                 &cpumR3CpuIdInfo);
    21282129    DBGFR3InfoRegisterInternal(  pVM, "cpumvmxfeat",      "Displays the host and guest VMX hwvirt. features.",
    2129                                &cpumR3InfoVmxFeatures);
     2130                                 &cpumR3InfoVmxFeatures);
    21302131
    21312132    rc = cpumR3DbgInit(pVM);
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