mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
Correct X86_64 reference in dwarf support message
This commit is contained in:
parent
ac8f8fcb27
commit
842da0ad0b
@ -1497,7 +1497,7 @@ static int elf_set_info(enum geninfo type, char **val)
|
||||
return 0;
|
||||
}
|
||||
static struct dfmt df_dwarf = {
|
||||
"elf32 (X86_64) dwarf debug format for Linux",
|
||||
"ELF32 (i386) dwarf debug format for Linux",
|
||||
"dwarf",
|
||||
debug32_init,
|
||||
dwarf32_linenum,
|
||||
|
Loading…
x
Reference in New Issue
Block a user