VirtualBox

Changeset 18927 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 16, 2009 11:41:38 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46003
Message:

Big step to separate VMM data structures for guest SMP. (pgm, em)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineDebuggerImpl.cpp

    r15827 r18927  
    558558    if (pVM.isOk())
    559559    {
    560         uint64_t cr4 = CPUMGetGuestCR4 (pVM.raw());
     560        uint64_t cr4 = CPUMGetGuestCR4 (VMMGetCpu0(pVM.raw()));
    561561        *aEnabled = !!(cr4 & X86_CR4_PAE);
    562562    }
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