mbox series

[v2,0/1] target/ppc: fix unreachable code in do_ldst_quad()

Message ID 20220725202122.1810709-1-danielhb413@gmail.com (mailing list archive)
Headers show
Series target/ppc: fix unreachable code in do_ldst_quad() | expand

Message

Daniel Henrique Barboza July 25, 2022, 8:21 p.m. UTC
changes from v1:
- do not use ifdefs
- returned to the code that was in placed before the macro
- v1 link: https://lists.gnu.org/archive/html/qemu-devel/2022-07/msg03697.html

Daniel Henrique Barboza (1):
  target/ppc: fix unreachable code in do_ldst_quad()

 target/ppc/translate/fixedpoint-impl.c.inc | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)