Changeset 5672 in vbox
- Timestamp:
- Nov 11, 2007 5:11:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGConsole.cpp
r5669 r5672 3912 3912 * @param pAddress Where to store the address. 3913 3913 */ 3914 staticint dbgcVarToDbgfAddr(PDBGC pDbgc, PCDBGCVAR pVar, PDBGFADDRESS pAddress)3914 int dbgcVarToDbgfAddr(PDBGC pDbgc, PCDBGCVAR pVar, PDBGFADDRESS pAddress) 3915 3915 { 3916 3916 AssertReturn(pVar, VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.