VirtualBox

Changeset 2921 in vbox


Ignore:
Timestamp:
May 29, 2007 2:47:38 PM (18 years ago)
Author:
vboxsync
Message:

Fixed int3 patch installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATM.cpp

    r2919 r2921  
    27962796            goto failure;
    27972797
    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
    27992801        pPatch->flags &= ~PATMFL_INSTR_HINT;
    28002802        STAM_COUNTER_INC(&pVM->patm.s.StatInt3Callable);
    28012803    }
    2802 
     2804    else
    28032805    if (pPatch->flags & PATMFL_MUST_INSTALL_PATCHJMP)
    28042806    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette