]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/rs6000-tdep.c
ppc: Fix return of instruction handlers in ppc_process_record_op63
authorEdjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Wed, 21 Sep 2016 17:47:43 +0000 (14:47 -0300)
committerEdjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Wed, 21 Sep 2016 17:47:43 +0000 (14:47 -0300)
commit8aabe2e254e6a0419db9c6397c4068c69bfd95b0
treeb74dce53b20d99bb7a353107f96f186ac9964aea
parent36cf1806a87fdd208c704d0768af232ce35aae9f
ppc: Fix return of instruction handlers in ppc_process_record_op63

some instruction handlers in ppc_process_record_op63() seem to be missing
return or incorrectly using break. This patch aims to fix that.

gdb/ChangeLog:
2016-09-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>

* rs6000-tdep.c (ppc_process_record_op63): Fix return of instruction
handlers.
gdb/ChangeLog
gdb/rs6000-tdep.c