mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #182 from SeannyM/fix-compile
Fix compilation errors
This commit is contained in:
		
						commit
						5a1de3366c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue