mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
Fix abbrev bug during compilation causing gdb failure to load elf (#20)
This commit is contained in:
parent
7fdb8b13fb
commit
8c569243c3
@ -4918,6 +4918,7 @@ output_abbrev_section ()
|
||||
|
||||
fprintf (asm_out_file, "\t%s\t0,0\n", ASM_BYTE_OP);
|
||||
}
|
||||
fprintf (asm_out_file, "\t%s\t0\n", ASM_BYTE_OP);
|
||||
}
|
||||
|
||||
/* Output location description stack opcode's operands (if any). */
|
||||
|
Loading…
Reference in New Issue
Block a user