VirtualBox

Changeset 92184 in vbox for trunk


Ignore:
Timestamp:
Nov 2, 2021 9:48:36 PM (3 years ago)
Author:
vboxsync
Message:

VMM/SELMAll.cpp: Drop the unicode (r) codepoint in favor of (r) so we can avoid UTF-8/Latin-1/whatever encoding fun.

File:
1 edited

Legend:

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

    r82968 r92184  
    7676
    7777    /* 64 bits mode: CS, DS, ES and SS are treated as if each segment base is 0
    78        (Intel® 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */
     78       (Intel(r) 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */
    7979    if (    pCtxCore->cs.Attr.n.u1Long
    8080        &&  CPUMIsGuestInLongMode(pVCpu))
     
    141141
    142142    /* 64 bits mode: CS, DS, ES and SS are treated as if each segment base is 0
    143        (Intel® 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */
     143       (Intel(r) 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */
    144144    RTGCPTR  pvFlat;
    145145    bool     fCheckLimit   = true;
     
    299299        {
    300300            /* 64 bits mode: CS, DS, ES and SS are treated as if each segment base is 0
    301                (Intel® 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */
     301               (Intel(r) 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */
    302302            if (    pSRegCS->Attr.n.u1Long
    303303                &&  CPUMIsGuestInLongMode(pVCpu))
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