Changeset 67639 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 27, 2017 3:21:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r67440 r67639 1276 1276 else if (strKey == "hypercallinterface") 1277 1277 fGimHvHypercallIf = RT_BOOL(strVal.toUInt32()); 1278 else 1278 else if (strKey.isNotEmpty() || strVal.isNotEmpty()) 1279 1279 { 1280 1280 AssertMsgFailed(("Unrecognized Hyper-V debug option '%s'\n", strKey.c_str()));
Note:
See TracChangeset
for help on using the changeset viewer.