From 538268ef87439be7ea0690cbcd0029778e4ffc3d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 7 May 1999 09:14:56 +0000 Subject: Use .short to display unidentified instructions --- opcodes/mcore-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/mcore-dis.c') diff --git a/opcodes/mcore-dis.c b/opcodes/mcore-dis.c index 7e3d45056b3..36612a2e6f7 100644 --- a/opcodes/mcore-dis.c +++ b/opcodes/mcore-dis.c @@ -126,7 +126,7 @@ print_insn_mcore (memaddr, info) break; if (op->name == 0) - fprintf (stream, ".word 0x%04x", inst); + fprintf (stream, ".short 0x%04x", inst); else { const char * name = grname[inst & 0x0F]; -- cgit v1.2.1