Changeset 11985 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 2, 2008 1:23:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMSSM.cpp
r11984 r11985 885 885 #endif 886 886 /* very dirty assumptions about the cpuid patch and cpuid ordering. */ 887 switch(cCpuidFixup % 4)887 switch(cCpuidFixup & 3) 888 888 { 889 889 case 0:
Note:
See TracChangeset
for help on using the changeset viewer.