X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Fxstormy16-dis.c;h=7da09f373e0b25eb14367b43b616cd4793528037;hb=cedfc77485dbb566619dc1e2d729ce0a70d1a4ad;hp=9f3cfa1e374e46c1a66a89d0e88e67eaa916c470;hpb=4162bb66c684478bfd0f6f0e121c25b6830d8191;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/xstormy16-dis.c b/opcodes/xstormy16-dis.c index 9f3cfa1e37..7da09f373e 100644 --- a/opcodes/xstormy16-dis.c +++ b/opcodes/xstormy16-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2017 Free Software Foundation, Inc. + Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of libopcodes. @@ -165,9 +165,10 @@ xstormy16_cgen_print_operand (CGEN_CPU_DESC cd, default : /* xgettext:c-format */ - fprintf (stderr, _("Unrecognized field %d while printing insn.\n"), - opindex); - abort (); + opcodes_error_handler + (_("internal error: unrecognized field %d while printing insn"), + opindex); + abort (); } } @@ -518,7 +519,7 @@ print_insn_xstormy16 (bfd_vma pc, disassemble_info *info) cgen_bitset_add (isa, CGEN_COMPUTE_ISA (info)); } #else - isa = info->insn_sets; + isa = info->private_data; #endif /* If we've switched cpu's, try to find a handle we've used before */