summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/arm/interpreter/vfp/vfpdouble.cpp2
-rw-r--r--src/core/arm/interpreter/vfp/vfpsingle.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/arm/interpreter/vfp/vfpdouble.cpp b/src/core/arm/interpreter/vfp/vfpdouble.cpp
index 7f975cbeb..5ae99b88a 100644
--- a/src/core/arm/interpreter/vfp/vfpdouble.cpp
+++ b/src/core/arm/interpreter/vfp/vfpdouble.cpp
@@ -895,7 +895,7 @@ vfp_double_multiply(struct vfp_double *vdd, struct vfp_double *vdn,
895#define NEG_SUBTRACT (1 << 1) 895#define NEG_SUBTRACT (1 << 1)
896 896
897static u32 897static u32
898vfp_double_multiply_accumulate(ARMul_State* state, int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) 898vfp_double_multiply_accumulate(ARMul_State* state, int dd, int dn, int dm, u32 fpscr, u32 negate, const char *func)
899{ 899{
900 struct vfp_double vdd, vdp, vdn, vdm; 900 struct vfp_double vdd, vdp, vdn, vdm;
901 u32 exceptions; 901 u32 exceptions;
diff --git a/src/core/arm/interpreter/vfp/vfpsingle.cpp b/src/core/arm/interpreter/vfp/vfpsingle.cpp
index 602713cff..0fcc85266 100644
--- a/src/core/arm/interpreter/vfp/vfpsingle.cpp
+++ b/src/core/arm/interpreter/vfp/vfpsingle.cpp
@@ -917,7 +917,7 @@ vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_s
917#define NEG_SUBTRACT (1 << 1) 917#define NEG_SUBTRACT (1 << 1)
918 918
919static u32 919static u32
920vfp_single_multiply_accumulate(ARMul_State* state, int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) 920vfp_single_multiply_accumulate(ARMul_State* state, int sd, int sn, s32 m, u32 fpscr, u32 negate, const char *func)
921{ 921{
922 struct vfp_single vsd, vsp, vsn, vsm; 922 struct vfp_single vsd, vsp, vsn, vsm;
923 u32 exceptions; 923 u32 exceptions;