Changeset 86099 in vbox for trunk/src/VBox/VMM/VMMR3/DBGF.cpp
- Timestamp:
- Sep 13, 2020 7:24:11 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGF.cpp
r86098 r86099 926 926 break; 927 927 default: 928 rc = VERR_DBGF_IPE_1; 928 929 AssertMsgFailed(("%s\n", VMGetStateName(enmState))); 929 930 }
Note:
See TracChangeset
for help on using the changeset viewer.