Changeset 70233 in vbox
- Timestamp:
- Dec 20, 2017 11:27:17 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r70056 r70233 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 the 2561 * relevant eflags.u32 instead setup during VMRUN emulation. */ 2560 2562 #ifdef IN_RC 2561 2563 RT_NOREF2(pVCpu, pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.