- Timestamp:
- Dec 15, 2008 11:35:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r15485 r15497 219 219 /* Indicate whether 64-bit guests are supported or not. */ 220 220 /** @todo This is currently only forced off on 32-bit hosts only because it 221 * makes a lof of difference there (REM and Solaris performance). 221 * makes a lof of difference there (REM and Solaris performance). 222 222 */ 223 223 … … 1453 1453 int winEr = GetLastError(); 1454 1454 LogRel(("Console::configConstructor: DeviceIoControl failed, err (0x%x), ignoring\n", winEr)); 1455 Assert Breakpoint();1455 Assert(winEr == ERROR_INVALID_PARAMETER || winEr == ERROR_NOT_SUPPORTED || winEr == ERROR_BAD_COMMAND); 1456 1456 } 1457 1457
Note:
See TracChangeset
for help on using the changeset viewer.