X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Ftic6x-dis.c;h=f6426566f5826daea04b20dd593199f6c842301c;hb=bdfe53e3cfebb392b1a0ef50fdd02faafec6dc63;hp=498ffe035693c8fb7c4ff8d2c73be9d796e43c9e;hpb=bdc4de1b24353c4213e404029252ec75065499de;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/tic6x-dis.c b/opcodes/tic6x-dis.c index 498ffe0356..f6426566f5 100644 --- a/opcodes/tic6x-dis.c +++ b/opcodes/tic6x-dis.c @@ -1,5 +1,5 @@ /* TI C6X disassembler. - Copyright (C) 2010-2015 Free Software Foundation, Inc. + Copyright (C) 2010-2016 Free Software Foundation, Inc. Contributed by Joseph Myers Bernd Schmidt @@ -1075,6 +1075,7 @@ print_insn_tic6x (bfd_vma addr, struct disassemble_info *info) case tic6x_coding_mem_offset_minus_one_noscale: case tic6x_coding_mem_offset_minus_one: fld_val += 1; + /* Fall through. */ case tic6x_coding_mem_offset_noscale: case tic6x_coding_mem_offset: mem_offset = fld_val;