Changeset 95048 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- May 20, 2022 7:28:15 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151511
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r94944 r95048 8405 8405 if (rcStrict == VINF_SUCCESS) 8406 8406 rc = VINF_SUCCESS; /* Restart instruction with modified guest register context. */ 8407 else if (rcStrict == V INF_EM_RAW_GUEST_TRAP)8407 else if (rcStrict == VERR_NOT_FOUND) 8408 8408 rc = VERR_NOT_FOUND; /* Deliver the exception. */ 8409 8409 else
Note:
See TracChangeset
for help on using the changeset viewer.