Changeset 2921 in vbox
- Timestamp:
- May 29, 2007 2:47:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATM.cpp
r2919 r2921 2796 2796 goto failure; 2797 2797 2798 Assert(!(pPatch->flags & PATMFL_MUST_INSTALL_PATCHJMP)); 2798 /* normal patch can be turned into an int3 patch -> clear patch jump installation flag. */ 2799 pPatch->flags &= ~PATMFL_MUST_INSTALL_PATCHJMP; 2800 2799 2801 pPatch->flags &= ~PATMFL_INSTR_HINT; 2800 2802 STAM_COUNTER_INC(&pVM->patm.s.StatInt3Callable); 2801 2803 } 2802 2804 else 2803 2805 if (pPatch->flags & PATMFL_MUST_INSTALL_PATCHJMP) 2804 2806 {
Note:
See TracChangeset
for help on using the changeset viewer.