X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fmetag-dis.c;h=1fdd43d0775bf11b89aaae07c760cf0efc308342;hb=7763838e991e4d17a24c4214db5144eefd515543;hp=447f6de6a1d8c2e8f8fe3cb09c146e3505818c23;hpb=a4533ed80a30c66f02ca9946c0354c32c2a5f128;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/metag-dis.c b/opcodes/metag-dis.c index 447f6de6a1..1fdd43d077 100644 --- a/opcodes/metag-dis.c +++ b/opcodes/metag-dis.c @@ -1,5 +1,5 @@ /* Disassemble Imagination Technologies Meta instructions. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2013-2016 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This library is free software; you can redistribute it and/or modify @@ -3360,6 +3360,7 @@ print_insn_metag (bfd_vma pc, disassemble_info *outf) bfd_byte buf[4]; unsigned int insn_word; size_t i; + outf->bytes_per_chunk = 4; (*outf->read_memory_func) (pc & ~0x03, buf, 4, outf); insn_word = bfd_getl32 (buf);