Changeset 45428 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Apr 9, 2013 12:32:35 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r45301 r45428 461 461 if (RT_SUCCESS(rc)) 462 462 return VINF_SUCCESS; 463 AssertMsg Failed(("DISCoreOne failed to GCPtrInstr=%RGv rc=%Rrc\n", GCPtrInstr, rc));464 return VERR_EM_INTERNAL_DISAS_ERROR;463 AssertMsg(rc == VERR_PAGE_NOT_PRESENT || rc == VERR_PAGE_TABLE_NOT_PRESENT, ("DISCoreOne failed to GCPtrInstr=%RGv rc=%Rrc\n", GCPtrInstr, rc)); 464 return rc; 465 465 } 466 466
Note:
See TracChangeset
for help on using the changeset viewer.