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

This commit is contained in:
Eric Pouech 2006-11-24 22:18:39 +01:00 committed by Alexandre Julliard
parent 5b61db4161
commit 0dd7c44669
1 changed files with 1 additions and 1 deletions

View File

@ -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);