VirtualBox

Changeset 73608 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 10, 2018 7:49:12 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Doxygen fix.

File:
1 edited

Legend:

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

    r73606 r73608  
    81068106            if (RT_LIKELY(X86_IS_CANONICAL(GCPtrMem) && X86_IS_CANONICAL(GCPtrMem + cbMem - 1)))
    81078107                return VINF_SUCCESS;
    8108             /** @todo We should probably raise #SS(0) here if segment is SS; see AMD spec.
     8108            /** @todo We should probably raise \#SS(0) here if segment is SS; see AMD spec.
    81098109             *        4.12.2 "Data Limit Checks in 64-bit Mode". */
    81108110            return iemRaiseGeneralProtectionFault0(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