VirtualBox

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


Ignore:
Timestamp:
Jan 19, 2017 10:47:59 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

    r65367 r65368  
    76037603        if (   (fAccess & IEM_ACCESS_TYPE_WRITE)
    76047604            && !(fFlags & X86_PTE_RW)
    7605             && (   pVCpu->iem.s.uCpl != 3
     7605            && (   pVCpu->iem.s.uCpl == 3
    76067606                || (IEM_GET_CTX(pVCpu)->cr0 & X86_CR0_WP)))
    76077607        {
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