- Timestamp:
- Mar 3, 2009 3:57:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r17295 r17296 1202 1202 Assert(pVM->fHWACCMEnabled); 1203 1203 Log(("HWACCMR3EmulateIoBlock\n")); 1204 1205 /* This is primarily intended to speed up Grub, so we don't care about paged protected mode. */ 1204 1206 if (!CPUMIsGuestInPagedProtectedModeEx(pCtx)) 1205 1207 { … … 1226 1228 Assert(pVM->fHWACCMEnabled); 1227 1229 1230 /* If we're still executing the IO code, then return false. */ 1228 1231 if ( RT_UNLIKELY(pVCpu->hwaccm.s.EmulateIoBlock.fEnabled) 1229 1232 && pCtx->rsp <= pVCpu->hwaccm.s.EmulateIoBlock.GCPtrFunctionEsp
Note:
See TracChangeset
for help on using the changeset viewer.