Changeset 70234 in vbox for trunk/src/VBox
- Timestamp:
- Dec 20, 2017 11:29:05 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119826
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r70233 r70234 2558 2558 VMM_INT_DECL(bool) CPUMCanSvmNstGstTakePhysIntr(PVMCPU pVCpu, PCCPUMCTX pCtx) 2559 2559 { 2560 /** @todo Optimization: can avoid this function call and use a pointer to the2561 * relevant eflags .u32 instead setup during VMRUN emulation. */2560 /** @todo Optimization: Avoid this function call and use a pointer to the 2561 * relevant eflags instead (setup during VMRUN instruction emulation). */ 2562 2562 #ifdef IN_RC 2563 2563 RT_NOREF2(pVCpu, pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.