OSDN Git Service

target/ppc: Remove some more local CPUState variables only used once
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 15 Jun 2023 23:03:14 +0000 (01:03 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 7 Jul 2023 07:46:12 +0000 (04:46 -0300)
commit0661329a356c17bb1fabef99a45b21b52a43fb08
tree72f4a1777ebb2772344c580829b7f41f5979b716
parent819b31b0b43813a32c91bebf8c8dce82a9bff389
target/ppc: Remove some more local CPUState variables only used once

Some helpers only have a CPUState local to call cpu_interrupt_exittb()
but we can use env_cpu for that and remove the local.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Message-ID: <aa34e449552c6ab52d48938ccbe762fc06adac01.1686868895.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/excp_helper.c