VirtualBox

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


Ignore:
Timestamp:
Jan 19, 2017 10:47:28 AM (8 years ago)
Author:
vboxsync
Message:

IEM: build fix for code tlb and wp fix.

File:
1 edited

Legend:

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

    r65304 r65367  
    923923#ifdef VBOX_STRICT
    924924# ifdef IEM_WITH_CODE_TLB
     925    NOREF(pVCpu);
    925926# else
    926927    pVCpu->iem.s.cbOpcode = 0;
     
    14781479#ifdef IN_RING3
    14791480//__debugbreak();
    1480 #else
    1481     longjmp(*CTX_SUFF(pVCpu->iem.s.pJmpBuf), VERR_INTERNAL_ERROR);
    1482 #endif
    14831481    for (;;)
    14841482    {
     
    17481746        pvDst  = (uint8_t *)pvDst + cbMaxRead;
    17491747    }
     1748#else
     1749    RT_NOREF(pvDst, cbDst);
     1750    longjmp(*CTX_SUFF(pVCpu->iem.s.pJmpBuf), VERR_INTERNAL_ERROR);
     1751#endif
    17501752}
    17511753
     
    76017603        if (   (fAccess & IEM_ACCESS_TYPE_WRITE)
    76027604            && !(fFlags & X86_PTE_RW)
    7603             && (   pVCpu->iem.s.uCpl != 0
     7605            && (   pVCpu->iem.s.uCpl != 3
    76047606                || (IEM_GET_CTX(pVCpu)->cr0 & X86_CR0_WP)))
    76057607        {
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