Changeset 19144 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 23, 2009 2:05:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMSSM.cpp
r19141 r19144 938 938 #endif 939 939 /* Core.Key abused to store the type of fixup */ 940 switch ((uint 32_t)pRec->Core.Key)940 switch ((uintptr_t)pRec->Core.Key) 941 941 { 942 942 case PATM_FIXUP_CPU_FF_ACTION:
Note:
See TracChangeset
for help on using the changeset viewer.