Changeset 73352 in vbox
- Timestamp:
- Jul 25, 2018 3:06:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGConsole.cpp
r73348 r73352 841 841 rc = pDbgc->CmdHlp.pfnPrintf(&pDbgc->CmdHlp, NULL, "\ndbgf event: %s!", pEvtDesc->pszName); 842 842 if (pEvent->u.Generic.cArgs <= 1) 843 rc = pDbgc->CmdHlp.pfnPrintf(&pDbgc->CmdHlp, NULL, " arg=% u%#llx\n", pEvent->u.Generic.auArgs[0]);843 rc = pDbgc->CmdHlp.pfnPrintf(&pDbgc->CmdHlp, NULL, " arg=%#llx\n", pEvent->u.Generic.auArgs[0]); 844 844 else 845 845 {
Note:
See TracChangeset
for help on using the changeset viewer.