Changeset 54762 in vbox for trunk/src/VBox
- Timestamp:
- Mar 13, 2015 9:36:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp
r54761 r54762 104 104 105 105 Assert( uType == FIXUP_ABSOLUTE 106 || (uType == FIXUP_ABSOLUTE_IN_PATCH_ASM_TMPL && pSource == pDest && PATM_IS_FIXUP_TYPE(pSource)) 106 || ( (uType == FIXUP_ABSOLUTE_IN_PATCH_ASM_TMPL || uType == FIXUP_CONSTANT_IN_PATCH_ASM_TMPL) 107 && pSource == pDest 108 && PATM_IS_FIXUP_TYPE(pSource)) 107 109 || ((uType == FIXUP_REL_JMPTOPATCH || uType == FIXUP_REL_JMPTOGUEST) && pSource && pDest)); 108 110
Note:
See TracChangeset
for help on using the changeset viewer.