Changeset 31636 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 13, 2010 12:03:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64772
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r31569 r31636 3290 3290 3291 3291 default: 3292 rc = EMInterpretInstructionCPU(pVM, pVCpu, pDis, CPUMCTX2CORE(pCtx), 0, &cbSize);3292 rc = EMInterpretInstructionCPU(pVM, pVCpu, pDis, CPUMCTX2CORE(pCtx), 0, EMCODETYPE_SUPERVISOR, &cbSize); 3293 3293 break; 3294 3294 }
Note:
See TracChangeset
for help on using the changeset viewer.