VirtualBox

Changeset 64563 in vbox for trunk


Ignore:
Timestamp:
Nov 4, 2016 12:21:21 PM (8 years ago)
Author:
vboxsync
Message:

DBGR3Flow: fixed a bug when splitting a basic block into two resulting in losing the target branch address in the new basic block containing the branch instruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp

    r64559 r64563  
    447447            pFlowBbNew->AddrEnd    = pFlowBb->AddrEnd;
    448448            pFlowBbNew->enmEndType = pFlowBb->enmEndType;
     449            pFlowBbNew->AddrTarget = pFlowBb->AddrTarget;
    449450            pFlowBbNew->fFlags     = pFlowBb->fFlags & ~DBGF_FLOW_BB_F_ENTRY;
    450451
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