|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
#include "cpu-qom.h"
|
|
|
#include "exec/cpu-defs.h"
|
|
|
-#include "fpu/softfloat.h"
|
|
|
+#include "fpu/softfloat-types.h"
|
|
|
#include "mips-defs.h"
|
|
|
|
|
|
#define TCG_GUEST_DEFAULT_MO (0)
|
|
@@ -1195,12 +1195,6 @@ void itc_reconfigure(struct MIPSITUState *tag);
|
|
|
/* helper.c */
|
|
|
target_ulong exception_resume_pc(CPUMIPSState *env);
|
|
|
|
|
|
-static inline void restore_snan_bit_mode(CPUMIPSState *env)
|
|
|
-{
|
|
|
- set_snan_bit_is_one((env->active_fpu.fcr31 & (1 << FCR31_NAN2008)) == 0,
|
|
|
- &env->active_fpu.fp_status);
|
|
|
-}
|
|
|
-
|
|
|
static inline void cpu_get_tb_cpu_state(CPUMIPSState *env, target_ulong *pc,
|
|
|
target_ulong *cs_base, uint32_t *flags)
|
|
|
{
|