- Timestamp:
- Sep 25, 2008 3:23:55 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37073
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r12748 r12749 1858 1858 goto ResumeExecution; 1859 1859 } 1860 AssertMsg(rc == VERR_EM_INTERPRETER );1860 AssertMsg(rc == VERR_EM_INTERPRETER, ("Unexpected rc=%VRc\n", rc)); 1861 1861 break; 1862 1862 }
Note:
See TracChangeset
for help on using the changeset viewer.