- Timestamp:
- Mar 3, 2009 4:53:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r17296 r17303 1204 1204 1205 1205 /* This is primarily intended to speed up Grub, so we don't care about paged protected mode. */ 1206 if ( !CPUMIsGuestInPagedProtectedModeEx(pCtx))1206 if (HWACCMCanEmulateIoBlock(pCtx)) 1207 1207 { 1208 1208 Log(("HWACCMR3EmulateIoBlock -> enabled\n"));
Note:
See TracChangeset
for help on using the changeset viewer.