ソースを参照

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;