summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp/vfpsingle.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-12-30 19:08:56 +0100
committerLioncash <mathew1800@gmail.com>2014-12-30 19:08:56 +0100
commit5894c407c20a64e98d75bc1c734b30e30c4b838b (patch)
tree1a5e0a42011c7c0b729924ff4987133c7cac3a11 /src/core/arm/skyeye_common/vfp/vfpsingle.cpp
parentMerge pull request #371 from lioncash/vfp (diff)
downloadyuzu-5894c407c20a64e98d75bc1c734b30e30c4b838b.tar
yuzu-5894c407c20a64e98d75bc1c734b30e30c4b838b.tar.gz
yuzu-5894c407c20a64e98d75bc1c734b30e30c4b838b.tar.bz2
yuzu-5894c407c20a64e98d75bc1c734b30e30c4b838b.tar.lz
yuzu-5894c407c20a64e98d75bc1c734b30e30c4b838b.tar.xz
yuzu-5894c407c20a64e98d75bc1c734b30e30c4b838b.tar.zst
yuzu-5894c407c20a64e98d75bc1c734b30e30c4b838b.zip
Diffstat (limited to '')
-rw-r--r--src/core/arm/skyeye_common/vfp/vfpsingle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/skyeye_common/vfp/vfpsingle.cpp b/src/core/arm/skyeye_common/vfp/vfpsingle.cpp
index 6c33d8b78..08d0d719f 100644
--- a/src/core/arm/skyeye_common/vfp/vfpsingle.cpp
+++ b/src/core/arm/skyeye_common/vfp/vfpsingle.cpp
@@ -957,7 +957,7 @@ vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_s
#define NEG_SUBTRACT (1 << 1)
static u32
-vfp_single_multiply_accumulate(ARMul_State* state, int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func)
+vfp_single_multiply_accumulate(ARMul_State* state, int sd, int sn, s32 m, u32 fpscr, u32 negate, const char *func)
{
{