]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/fpu_helper.c
PPC/GDB: handle read and write of fpscr
[qemu.git] / target-ppc / fpu_helper.c
index 9d67926209d297479a02bf7f3caf3c3bdc7b5739..9e779eace6fbc0370bc6176844e8415a19687340 100644 (file)
@@ -463,6 +463,11 @@ void helper_store_fpscr(CPUPPCState *env, uint64_t arg, uint32_t mask)
     fpscr_set_rounding_mode(env);
 }
 
+void store_fpscr(CPUPPCState *env, uint64_t arg, uint32_t mask)
+{
+    helper_store_fpscr(env, arg, mask);
+}
+
 void helper_float_check_status(CPUPPCState *env)
 {
     if (env->exception_index == POWERPC_EXCP_PROGRAM &&