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);