Changeset 22018 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 6, 2009 9:35:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r22017 r22018 2514 2514 break; 2515 2515 default: 2516 Assert FailedReturn(VERR_INTERNAL_ERROR);2516 AssertMsgFailedReturn(("Unexpected type %d\n", pPatch->enmType), VERR_INTERNAL_ERROR); 2517 2517 } 2518 2518 }
Note:
See TracChangeset
for help on using the changeset viewer.