summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/vfp/vfpdouble.cpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2014-08-20 19:50:27 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2014-08-20 19:50:27 +0200
commitef27770a537d31dec8138580eeea631ec2165c08 (patch)
tree5fd5835b3b57946d81d91d269ea3647720d87a7d /src/core/arm/interpreter/vfp/vfpdouble.cpp
parentMerge pull request #62 from archshift/revert-49-redundantloop (diff)
downloadyuzu-ef27770a537d31dec8138580eeea631ec2165c08.tar
yuzu-ef27770a537d31dec8138580eeea631ec2165c08.tar.gz
yuzu-ef27770a537d31dec8138580eeea631ec2165c08.tar.bz2
yuzu-ef27770a537d31dec8138580eeea631ec2165c08.tar.lz
yuzu-ef27770a537d31dec8138580eeea631ec2165c08.tar.xz
yuzu-ef27770a537d31dec8138580eeea631ec2165c08.tar.zst
yuzu-ef27770a537d31dec8138580eeea631ec2165c08.zip
Diffstat (limited to 'src/core/arm/interpreter/vfp/vfpdouble.cpp')
-rw-r--r--src/core/arm/interpreter/vfp/vfpdouble.cpp2
1 files changed, 1 insertions, 1 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,
#define NEG_SUBTRACT (1 << 1)
static u32
-vfp_double_multiply_accumulate(ARMul_State* state, int dd, int dn, int dm, u32 fpscr, u32 negate, char *func)
+vfp_double_multiply_accumulate(ARMul_State* state, int dd, int dn, int dm, u32 fpscr, u32 negate, const char *func)
{
struct vfp_double vdd, vdp, vdn, vdm;
u32 exceptions;