- Timestamp:
- Nov 4, 2015 2:20:54 PM (9 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r58561 r58568 177 177 178 178 179 #include "cpus/Intel_Core_i7_5600U.h" 179 180 #include "cpus/Intel_Core_i7_3960X.h" 180 181 #include "cpus/Intel_Core_i5_3570.h" … … 209 210 static CPUMDBENTRY const * const g_apCpumDbEntries[] = 210 211 { 212 #ifdef VBOX_CPUDB_Intel_Core_i7_5600U 213 &g_Entry_Intel_Core_i7_5600U, 214 #endif 211 215 #ifdef VBOX_CPUDB_Intel_Core_i5_3570 212 216 &g_Entry_Intel_Core_i5_3570,
Note:
See TracChangeset
for help on using the changeset viewer.