Changeset 47662 in vbox
- Timestamp:
- Aug 12, 2013 1:16:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r47660 r47662 9663 9663 * Raise #DB in the guest. 9664 9664 */ 9665 int rc= hmR0VmxReadExitIntrInfoVmcs(pVCpu, pVmxTransient);9665 rc = hmR0VmxReadExitIntrInfoVmcs(pVCpu, pVmxTransient); 9666 9666 rc |= hmR0VmxReadExitInstrLenVmcs(pVCpu, pVmxTransient); 9667 9667 rc |= hmR0VmxReadExitIntrErrorCodeVmcs(pVCpu, pVmxTransient);
Note:
See TracChangeset
for help on using the changeset viewer.