VirtualBox

Changeset 49770 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Dec 4, 2013 10:51:06 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91083
Message:

VMM/HM: Fix typo in TRPPatchingAllowed member.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r49729 r49770  
    46764676#ifdef VBOX_HM_WITH_GUEST_PATCHING
    46774677    /* TPR patching for 32-bit guests, using the reserved bit in the page tables for MMIO regions.  */
    4678     if (   pVM->hm.s.fTRPPatchingAllowed
     4678    if (   pVM->hm.s.fTprPatchingAllowed
    46794679        && (GCPhysFaultAddr & PAGE_OFFSET_MASK) == 0x80                                                  /* TPR offset. */
    46804680        && (   !(u32ErrCode & X86_TRAP_PF_P)                                                             /* Not present */
     
    48774877#ifdef VBOX_HM_WITH_GUEST_PATCHING
    48784878    /* Shortcut for APIC TPR reads and writes; only applicable to 32-bit guests. */
    4879     if (   pVM->hm.s.fTRPPatchingAllowed
     4879    if (   pVM->hm.s.fTprPatchingAllowed
    48804880        && (uFaultAddress & 0xfff) == 0x80  /* TPR offset. */
    48814881        && !(u32ErrCode & X86_TRAP_PF_P)    /* Not present. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette