VirtualBox

Changeset 64588 in vbox


Ignore:
Timestamp:
Nov 6, 2016 2:38:35 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111777
Message:

DBGFR3Flow: Smaller fixes

File:
1 edited

Legend:

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

    r64587 r64588  
    147147    DBGFADDRESS              AddrTarget;
    148148    /** The indirect branch table identified for indirect branches. */
    149     PDBGFFLOWBRANCHTBLINT       pFlowBranchTbl;
     149    PDBGFFLOWBRANCHTBLINT    pFlowBranchTbl;
    150150    /** Last status error code if DBGF_FLOW_BB_F_INCOMPLETE_ERR is set. */
    151151    int                      rcError;
     
    723723    else if (fDisasMode == DBGF_DISAS_FLAGS_32BIT_MODE)
    724724        enmMode = CPUMMODE_PROTECTED;
    725     else if (fDisasMode == DBGF_DISAS_FLAGS_32BIT_MODE)
     725    else if (fDisasMode == DBGF_DISAS_FLAGS_64BIT_MODE)
    726726        enmMode = CPUMMODE_LONG;
    727727    else
     
    802802 *
    803803 * @returns VBox status code.
    804  * @param   pThis               The flow control graph.
     804 * @param   pThis               The flow control graph.
    805805 * @param   pFlowBb             The basic block causing the indirect branch.
    806806 * @param   pAddrBranchTbl      Address of the branch table location.
     
    890890 *
    891891 * @returns VBox status code.
    892  * @param   pThis               The flow control graph.
     892 * @param   pThis               The flow control graph.
    893893 * @param   pFlowBb             The basic block causing the indirect branch.
    894894 * @param   pAddrBranchTgt      Address of the branch target location.
     
    946946 *
    947947 * @returns VBox status code.
    948  * @param   pThis               The flow control graph.
     948 * @param   pThis               The flow control graph.
    949949 * @param   pFlowBb             The basic block causing the indirect branch.
    950950 * @param   pUVM                The user mode VM handle.
     
    10311031 *
    10321032 * @returns VBox status code.
    1033  * @param   pThis               The flow control graph.
     1033 * @param   pThis               The flow control graph.
    10341034 * @param   pFlowBb             The basic block causing the indirect branch.
    10351035 * @param   pUVM                The user mode VM handle.
Note: See TracChangeset for help on using the changeset viewer.

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