Fixed some GCC pedantic warnings.

This commit is contained in:
OBattler
2023-08-25 02:28:51 +02:00
parent e578b6b418
commit 782117dbbd
8 changed files with 51 additions and 19 deletions

View File

@@ -144,7 +144,7 @@ void codegen_set_rounding_mode(int mode);
#include "softfloat/softfloatx80.h"
static __inline const int
static __inline int
is_IA_masked(void)
{
return (fpu_state.cwd & FPU_CW_Invalid);