From 92a488bed115cceee38b76b1ce8a10419a11f64b Mon Sep 17 00:00:00 2001 From: Matthew Gretton-Dann Date: Fri, 19 Feb 2010 09:36:43 +0000 Subject: [PATCH] * opcodes/arm-dis.c: Fix mis-applied patch. --- opcodes/ChangeLog | 4 ++++ opcodes/arm-dis.c | 1 + 2 files changed, 5 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9c9f82a7840..68ef62c0d12 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2010-02-18 Matthew Gretton-Dann + + * arm-dis.c: Fix mis-applied patch. + 2010-02-10 Richard Sandiford * ppc-dis.c (ppc_opts): Add "pwr4", "pwr5", "pwr5x", "pwr6" diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index 08a7cc9ddb9..dae4f17386d 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -3935,6 +3935,7 @@ print_insn_thumb32 (bfd_vma pc, struct disassemble_info *info, long given) default: abort (); } + break; } default: -- 2.47.3