VirtualBox

Changeset 13975 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Nov 7, 2008 4:33:20 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39013
Message:

Even more debugger fixes.

File:
1 edited

Legend:

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

    r13960 r13975  
    408408    VM_ASSERT_EMT(pVM);
    409409    return CPUMCTX2CORE(&pVM->aCpus[VMMGetCpuId(pVM)].cpum.s.Guest);
     410}
     411
     412/**
     413 * Gets the pointer to the internal CPUMCTXCORE structure.
     414 * This is only for reading in order to save a few calls.
     415 *
     416 * @param   pVM         Handle to the virtual machine.
     417 */
     418VMMDECL(PCCPUMCTXCORE) CPUMGetGuestCtxCoreEx(PVM pVM, PVMCPU pVCpu)
     419{
     420    return CPUMCTX2CORE(&pVCpu->cpum.s.Guest);
    410421}
    411422
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