mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
Fix compilation errors
This commit is contained in:
parent
9be17e4d84
commit
d06420807c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user