* config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.

This commit is contained in:
Richard Henderson 2000-11-17 09:28:04 +00:00
parent 39bb5fe6d2
commit e346e481c2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-11-17 Richard Henderson <rth@redhat.com>
* config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.
2000-11-17 Richard Henderson <rth@redhat.com>
* as.c (debug_type): Init to DEBUG_UNSPECIFIED.

View File

@ -2613,6 +2613,8 @@ md_assemble (line)
}
}
dwarf2_emit_insn (insn_size);
#ifdef DEBUG386
if (flag_debug)
{