VirtualBox

Changeset 97346 in vbox


Ignore:
Timestamp:
Oct 31, 2022 11:34:29 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: doxygen fix.

File:
1 edited

Legend:

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

    r97333 r97346  
    768768            if (RT_LIKELY((uint32_t)GCPtrFirst <= pVCpu->cpum.GstCtx.cs.u32Limit))
    769769            { /* likely */ }
    770             else /** @todo For CPUs older than the 386, we should not generate #GP here but wrap around! */
     770            else /** @todo For CPUs older than the 386, we should not generate \#GP here but wrap around! */
    771771                iemRaiseSelectorBoundsJmp(pVCpu, X86_SREG_CS, IEM_ACCESS_INSTRUCTION);
    772772            cbMaxRead = pVCpu->cpum.GstCtx.cs.u32Limit - (uint32_t)GCPtrFirst + 1;
     
    10051005        GCPtrNext32 += pVCpu->iem.s.cbOpcode;
    10061006        if (GCPtrNext32 > pVCpu->cpum.GstCtx.cs.u32Limit)
    1007             /** @todo For CPUs older than the 386, we should not generate #GP here but wrap around! */
     1007            /** @todo For CPUs older than the 386, we should not generate \#GP here but wrap around! */
    10081008            return iemRaiseSelectorBounds(pVCpu, X86_SREG_CS, IEM_ACCESS_INSTRUCTION);
    10091009        cbToTryRead = pVCpu->cpum.GstCtx.cs.u32Limit - GCPtrNext32 + 1;
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