Changeset 46161 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- May 19, 2013 1:31:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTLdrFlt.cpp
r46083 r46161 237 237 RTDBGMOD hMod; 238 238 if (enmOpenMethod == kOpenMethod_FromImage) 239 rc = RTDbgModCreateFromImage(&hMod, pszModule, NULL, hDbgCfg);239 rc = RTDbgModCreateFromImage(&hMod, pszModule, NULL, RTLDRARCH_WHATEVER, hDbgCfg); 240 240 else 241 241 rc = RTDbgModCreateFromPeImage(&hMod, pszModule, NULL, NIL_RTLDRMOD, cbImage, uTimestamp, hDbgCfg);
Note:
See TracChangeset
for help on using the changeset viewer.