瀏覽代碼

Fix compilation errors

Sean Maas 11 年之前
父節點
當前提交
d06420807c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/core/arm/skyeye_common/vfp/vfp_helper.h

+ 2 - 2
src/core/arm/skyeye_common/vfp/vfp_helper.h

@@ -44,7 +44,7 @@
 #define pr_info //printf
 #define pr_debug //printf
 
-static u32 fls(int x);
+static u32 fls(ARMword x);
 #define do_div(n, base) {n/=base;}
 
 /* From vfpinstr.h */
@@ -502,7 +502,7 @@ struct op {
 	u32 flags;
 };
 
-static u32 fls(int x)
+static u32 fls(ARMword x)
 {
 	int r = 32;