Changeset 20532 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 13, 2009 8:55:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r20463 r20532 63 63 #include <iprt/cpuset.h> 64 64 65 /* Enable multi-core VCPUs. */66 #define VBOX_WITH_MULTI_CORE67 65 68 66 /******************************************************************************* 69 67 * Defined Constants And Macros * 70 68 *******************************************************************************/ 69 /** Enable multi-core VCPUs. */ 70 #define VBOX_WITH_MULTI_CORE 71 71 72 /** The saved state version. */ 72 73 #define CPUM_SAVED_STATE_VERSION 10
Note:
See TracChangeset
for help on using the changeset viewer.