x86: prevent undue use of GOT32X and alike relocations
[deliverable/binutils-gdb.git] / opcodes / z80-dis.c
index b6f0606a17a21edd7d0ea22ec36a3b424d1ba987..7dfb5f2bd9e5612ced209b7084891bfdddc5d526 100644 (file)
@@ -738,7 +738,7 @@ suffix (struct buffer *buf, disassemble_info *info, const char *txt)
       || buf->data[1] == 0x5b)
     {
       /* Double prefix, or end of data.  */
-      info->fprintf_func (info->stream, "nop ;%s", txt);
+      info->fprintf_func (info->stream, ".db 0x%02x ; %s", (unsigned)buf->data[0], txt);
       buf->n_used = 1;
       return buf->n_used;
     }
This page took 0.022592 seconds and 4 git commands to generate.