Changeset 23641 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Oct 9, 2009 12:01:29 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53334
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r23517 r23641 3845 3845 AssertRC(rc); 3846 3846 } 3847 else 3848 /* Exceptions and software interrupts can just be restarted. */ 3847 /* else Exceptions and software interrupts can just be restarted. */ 3849 3848 rc = VERR_EM_INTERPRETER; 3850 3849 break;
Note:
See TracChangeset
for help on using the changeset viewer.