VirtualBox

Changeset 48602 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Sep 20, 2013 2:42:06 PM (11 years ago)
Author:
vboxsync
Message:

LogRel consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r48567 r48602  
    19961996            if (pVM->cpum.s.aGuestCpuIdStd[0].eax >= 1)
    19971997                pVM->cpum.s.aGuestCpuIdStd[1].edx |= X86_CPUID_FEATURE_EDX_SEP;
    1998             LogRel(("CPUM: SetGuestCpuIdFeature: Enabled sysenter/exit\n"));
     1998            LogRel(("CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT\n"));
    19991999            break;
    20002000        }
     
    20242024            /* Valid for both Intel and AMD CPUs, although only in 64 bits mode for Intel. */
    20252025            pVM->cpum.s.aGuestCpuIdExt[1].edx |= X86_CPUID_EXT_FEATURE_EDX_SYSCALL;
    2026             LogRel(("CPUM: SetGuestCpuIdFeature: Enabled syscall/ret\n"));
     2026            LogRel(("CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET\n"));
    20272027            break;
    20282028        }
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