VirtualBox

Changeset 13180 in vbox


Ignore:
Timestamp:
Oct 10, 2008 2:54:56 PM (16 years ago)
Author:
vboxsync
Message:

Minor updates

File:
1 edited

Legend:

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

    r13177 r13180  
    11571157        }
    11581158        else
    1159         if (!(pCtx->cr0 & X86_CR0_PG))
     1159        if (!CPUMIsGuestInPagedProtectedModeEx(pCtx))
    11601160        {
    11611161            /* We use 4 MB pages in our identity mapping page table for real and protected mode without paging. */
     
    28422842
    28432843        VMXReadVMCS(VMX_VMCS_GUEST_CR3, &val);
    2844         Log(("VMX_VMCS_HOST_CR3         %VGp\n", val));
     2844        Log(("VMX_VMCS_GUEST_CR3        %VGp\n", val));
    28452845
    28462846        VMXReadVMCS(VMX_VMCS_GUEST_CR4, &val);
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