aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/interpreter/vfp/vfp_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/arm/interpreter/vfp/vfp_helper.h')
-rw-r--r--src/core/arm/interpreter/vfp/vfp_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/arm/interpreter/vfp/vfp_helper.h b/src/core/arm/interpreter/vfp/vfp_helper.h
index 80f9a93f..b222e79f 100644
--- a/src/core/arm/interpreter/vfp/vfp_helper.h
+++ b/src/core/arm/interpreter/vfp/vfp_helper.h
@@ -50,7 +50,7 @@
#define pr_info //printf
#define pr_debug //printf
-static u32 fls(int x);
+static u32 vfp_fls(int x);
#define do_div(n, base) {n/=base;}
/* From vfpinstr.h */
@@ -508,7 +508,7 @@ struct op {
u32 flags;
};
-static inline u32 fls(int x)
+static u32 vfp_fls(int x)
{
int r = 32;