Changeset 15439 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Dec 13, 2008 12:48:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r15404 r15439 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 differ nese there (REM and Solaris performance). This222 * will later be done on all platforms, see @bugref{3383}. */221 * makes a lof of difference there (REM and Solaris performance). 222 */ 223 223 224 224 Bstr osTypeId; … … 243 243 #endif 244 244 } 245 #if ARCH_BITS == 32 /* Until we've got a check box on/off thing, 32-bitonly. */245 #if ARCH_BITS == 32 /* 32-bit guests only. */ 246 246 else 247 247 {
Note:
See TracChangeset
for help on using the changeset viewer.