VirtualBox

Changeset 5873 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Nov 28, 2007 7:21:20 PM (17 years ago)
Author:
vboxsync
Message:

print error message properly (but error is still there)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r5751 r5873  
    958958            rc = pCmdHlp->pfnEval(pCmdHlp, &VarTmp, "%%(%Dv)", &pDbgc->DisasmPos);
    959959            if (VBOX_FAILURE(rc))
    960                 return pCmdHlp->pfnPrintf(pCmdHlp, NULL, "error: failed to evaluate '%%(%Dv)' -> %Vrc .\n", pDbgc->DisasmPos, rc);
     960                return pCmdHlp->pfnPrintf(pCmdHlp, NULL, "error: failed to evaluate '%%(%Dv)' -> %Vrc .\n", &pDbgc->DisasmPos, rc);
    961961            pDbgc->DisasmPos = VarTmp;
    962962            break;
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