- Timestamp:
- Aug 30, 2018 3:41:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r73959 r73969 1092 1092 /* If the VMWRITE instruction references memory, access the specified in memory operand. */ 1093 1093 bool const fIsRegOperand = iEffSeg == UINT8_MAX; 1094 if ( fIsRegOperand)1094 if (!fIsRegOperand) 1095 1095 { 1096 1096 static uint64_t const s_auAddrSizeMasks[] = { UINT64_C(0xffff), UINT64_C(0xffffffff), UINT64_C(0xffffffffffffffff) };
Note:
See TracChangeset
for help on using the changeset viewer.