mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #372 from lioncash/warn
vfp: Get rid of a few warnings
This commit is contained in:
		
						commit
						74d7b45d09
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1064,7 +1064,7 @@ vfp_double_multiply(struct vfp_double *vdd, struct vfp_double *vdn, | |||
| #define NEG_SUBTRACT	(1 << 1) | ||||
| 
 | ||||
| static u32 | ||||
| vfp_double_multiply_accumulate(ARMul_State* state, int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) | ||||
| vfp_double_multiply_accumulate(ARMul_State* state, int dd, int dn, int dm, u32 fpscr, u32 negate, const char *func) | ||||
| { | ||||
|     struct vfp_double vdd, vdp, vdn, vdm; | ||||
|     u32 exceptions; | ||||
|  |  | |||
|  | @ -957,7 +957,7 @@ vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_s | |||
| #define NEG_SUBTRACT	(1 << 1) | ||||
| 
 | ||||
| static u32 | ||||
| vfp_single_multiply_accumulate(ARMul_State* state, int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) | ||||
| vfp_single_multiply_accumulate(ARMul_State* state, int sd, int sn, s32 m, u32 fpscr, u32 negate, const char *func) | ||||
| { | ||||
|      | ||||
|     { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue