- Timestamp:
- May 11, 2013 5:43:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp
r45984 r45987 178 178 179 179 char *pszCfgValue; 180 intrc = CFGMR3QueryStringAllocDef(pCfgDbgf, s_aProps[i].pszCfgName, &pszCfgValue, NULL);180 rc = CFGMR3QueryStringAllocDef(pCfgDbgf, s_aProps[i].pszCfgName, &pszCfgValue, NULL); 181 181 if (RT_FAILURE(rc)) 182 182 return VMR3SetError(pUVM, rc, RT_SRC_POS,
Note:
See TracChangeset
for help on using the changeset viewer.