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

dbghelp: Removed the alpha status FIXME for the dwarf code.

parent 5b61db41
......@@ -908,7 +908,7 @@ static BOOL elf_load_debug_info_from_map(struct module* module,
const BYTE* dw2_debug_line;
const BYTE* dw2_debug_loclist;
FIXME("Alpha-support for Dwarf2 information for %s\n", module->module.ModuleName);
TRACE("Loading Dwarf2 information for %s\n", module->module.ModuleName);
dw2_debug = (const BYTE*) elf_map_section(fmap, debug_sect);
dw2_debug_abbrev = (const BYTE*) elf_map_section(fmap, debug_abbrev_sect);
......
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