VirtualBox

Changeset 73472 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 3, 2018 12:14:05 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124099
Message:

DBGFR3Stack: build fix. bugref:3897

File:
1 edited

Legend:

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

    r73471 r73472  
    11401140        if (!fFirst)
    11411141        {
    1142             int rc = dbgfR3StackWalkCollectRegisterChanges(pUnwindCtx->m_pUVM, pFrame, &pUnwindCtx->m_State);
     1142            rc = dbgfR3StackWalkCollectRegisterChanges(pUnwindCtx->m_pUVM, pFrame, &pUnwindCtx->m_State);
    11431143            if (RT_FAILURE(rc))
    11441144                return rc;
     
    11481148            && pUnwindCtx->m_hAs != NIL_RTDBGAS)
    11491149        {
    1150             int rc = dbgfR3OSStackUnwindAssist(pUnwindCtx->m_pUVM, pUnwindCtx->m_idCpu, pFrame, &pUnwindCtx->m_State,
    1151                                                pUnwindCtx->m_pInitialCtx, pUnwindCtx->m_hAs, &pUnwindCtx->m_uOsScratch);
     1150            rc = dbgfR3OSStackUnwindAssist(pUnwindCtx->m_pUVM, pUnwindCtx->m_idCpu, pFrame, &pUnwindCtx->m_State,
     1151                                           pUnwindCtx->m_pInitialCtx, pUnwindCtx->m_hAs, &pUnwindCtx->m_uOsScratch);
    11521152            if (RT_FAILURE(rc))
    11531153                return rc;
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