diff --git a/dlls/dbghelp/pe_module.c b/dlls/dbghelp/pe_module.c index a826acb9dae..a6b95549a4f 100644 --- a/dlls/dbghelp/pe_module.c +++ b/dlls/dbghelp/pe_module.c @@ -308,7 +308,7 @@ BOOL pe_load_debug_info(const struct process* pcs, struct module* module) * in which case we'll rely on the export's on the ELF side */ } -// FIXME shouldn't we check that? if (!module_get_debug(pcs, module))l +/* FIXME shouldn't we check that? if (!module_get_debug(pcs, module))l */ if (pe_load_export_debug_info(pcs, module, mapping, nth) && !ret) ret = TRUE; UnmapViewOfFile(mapping);