- Timestamp:
- Nov 4, 2014 3:41:05 PM (10 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r53188 r53202 1331 1331 case 7: /* Aliased to /0 for the time being. */ 1332 1332 case 0: IEMOP_MNEMONIC("prefetch"); break; 1333 case 1: IEMOP_MNEMONIC("prefetchw 1333 case 1: IEMOP_MNEMONIC("prefetchw"); break; 1334 1334 case 3: IEMOP_MNEMONIC("prefetchw"); break; 1335 1335 IEM_NOT_REACHED_DEFAULT_CASE_RET(); -
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r52764 r53202 1177 1177 1178 1178 /* 1179 * Pre-explode dthe CPUID info.1179 * Pre-explode the CPUID info. 1180 1180 */ 1181 1181 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.