VirtualBox

Changeset 73399 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 30, 2018 4:25:35 PM (6 years ago)
Author:
vboxsync
Message:

DBGF: Unwinding PE/AMD64, considered sketches for generic unwinding using unwind info. [build fix]

File:
1 edited

Legend:

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

    r73398 r73399  
    851851    {
    852852        if (   pFrame->enmReturnType == DBGFRETURNTYPE_IRET32_PRIV
    853             && pFrame->enmReturnType == DBGFRETURNTYPE_IRET64)
     853            || pFrame->enmReturnType == DBGFRETURNTYPE_IRET64)
    854854            DBGFR3AddrFromSelOff(pUnwindCtx->m_pUVM, pUnwindCtx->m_idCpu, &pFrame->AddrReturnStack,
    855855                                 pUnwindCtx->m_uSs, pUnwindCtx->m_auRegs[X86_GREG_xSP]);
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