X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fxtensa-dis.c;h=db3bbee9c171a545f3903d8522342a5613dc9bfe;hb=9acc85a62eb76c270724bba15c889d2d05567b6a;hp=2c67c339d6c150d01c43e7ccc0bbbe7eeeff33ec;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/xtensa-dis.c b/opcodes/xtensa-dis.c index 2c67c339d6..db3bbee9c1 100644 --- a/opcodes/xtensa-dis.c +++ b/opcodes/xtensa-dis.c @@ -1,5 +1,5 @@ /* xtensa-dis.c. Disassembly functions for Xtensa. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. Contributed by Bob Wilson at Tensilica, Inc. (bwilson@tensilica.com) This file is part of the GNU opcodes library. @@ -80,7 +80,7 @@ print_xtensa_operand (bfd_vma memaddr, { xtensa_isa isa = xtensa_default_isa; int signed_operand_val; - + if (show_raw_fields) { if (operand_val < 0xa) @@ -124,7 +124,7 @@ print_xtensa_operand (bfd_vma memaddr, xtensa_regfile_shortname (isa, opnd_rf), operand_val); i++; - } + } } }