On 10/13/23 05:56, Philippe Mathieu-Daudé wrote:
The powerpc_excp_t definition is only used by target/ppc/, no need to expose it. Restrict it by moving it to "target/ppc/cpu.h".Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/ppc/cpu-qom.h | 29 ----------------------------- target/ppc/cpu.h | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 29 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
