]> git.proxmox.com Git - qemu.git/blobdiff - target-arm/neon_helper.c
target-arm: Make Neon helper routines use correct FP status
[qemu.git] / target-arm / neon_helper.c
index 315e69337ecb56012f33c23bbf2cfec9c610808c..c3ac96a099d06fb4279aa33019fdcc725a500f14 100644 (file)
@@ -18,8 +18,7 @@
 
 #define SET_QC() env->vfp.xregs[ARM_VFP_FPSCR] = CPSR_Q
 
-static float_status neon_float_status;
-#define NFS &neon_float_status
+#define NFS (&env->vfp.standard_fp_status)
 
 #define NEON_TYPE1(name, type) \
 typedef struct \