Changeset 13975 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Nov 7, 2008 4:33:20 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39013
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r13960 r13975 408 408 VM_ASSERT_EMT(pVM); 409 409 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 */ 418 VMMDECL(PCCPUMCTXCORE) CPUMGetGuestCtxCoreEx(PVM pVM, PVMCPU pVCpu) 419 { 420 return CPUMCTX2CORE(&pVCpu->cpum.s.Guest); 410 421 } 411 422
Note:
See TracChangeset
for help on using the changeset viewer.