Fix simple gas testsuite failures.
[deliverable/binutils-gdb.git] / gas / config / tc-ft32.c
index 505d12667fa4da50617ea3542bf444cb96e64199..37642bd20f6213e790d0baba874e4be1e00ef509 100644 (file)
@@ -393,6 +393,8 @@ md_assemble (char *str)
   output[idx++] = 0xff & (b >> 16);
   output[idx++] = 0xff & (b >> 24);
 
+  dwarf2_emit_insn (4);
+
   while (ISSPACE (*op_end))
     op_end++;
 
This page took 0.02352 seconds and 4 git commands to generate.