From b8c9d777f4bd9b6c080a7344c6604d63300c04ee Mon Sep 17 00:00:00 2001 From: mio Date: Sun, 13 Apr 2025 01:15:45 +0800 Subject: [PATCH] Fix decleration --- qemu/target/ppc/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/target/ppc/cpu.h b/qemu/target/ppc/cpu.h index 26ed1680..191050fa 100644 --- a/qemu/target/ppc/cpu.h +++ b/qemu/target/ppc/cpu.h @@ -1269,7 +1269,7 @@ void cpu_ppc_set_vhyp(PowerPCCPU *cpu, PPCVirtualHypervisor *vhyp); #endif #endif -void store_fpscr(CPUPPCState *env, uint64_t arg, uint32_t mask); +void do_store_fpscr(CPUPPCState *env, uint64_t arg, uint32_t mask); void helper_hfscr_facility_check(CPUPPCState *env, uint32_t bit, const char *caller, uint32_t cause);