Commit 0be7461f authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Set also reloc_delta information in module description for PE native modules.

parent 6d7c2e02
......@@ -775,6 +775,7 @@ struct module* pe_load_native_module(struct process* pcs, const WCHAR* name,
module->module.SymType = SymDeferred;
else
pe_load_debug_info(pcs, module);
module->reloc_delta = base - modfmt->u.pe_info->fmap.u.pe.ntheader.OptionalHeader.ImageBase;
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment