Changeset 15184 in vbox
- Timestamp:
- Dec 9, 2008 2:56:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r15181 r15184 804 804 OP_PARAMVAL param1, param2; 805 805 806 #if defHC_ARCH_BITS == 32806 #if HC_ARCH_BITS == 32 807 807 Assert(pCpu->param1.size <= 4); 808 808 #endif … … 1416 1416 OP_PARAMVAL param1, param2; 1417 1417 1418 #if defHC_ARCH_BITS == 321418 #if HC_ARCH_BITS == 32 1419 1419 Assert(pCpu->param1.size <= 4); 1420 1420 #endif … … 2929 2929 } 2930 2930 2931 #if defHC_ARCH_BITS == 322931 #if HC_ARCH_BITS == 32 2932 2932 if (CPUMIsGuestIn64BitCode(pVM, pRegFrame)) 2933 2933 {
Note:
See TracChangeset
for help on using the changeset viewer.