Include cpu/softfloat/softfloat-specialize.h from cpu/x87_ops.h, should hopefully fix compilaton with LLVM.

This commit is contained in:
OBattler
2023-07-27 02:43:15 +02:00
parent d03399c1a5
commit 4d5fb6e7cc

View File

@@ -481,6 +481,8 @@ typedef union {
# define FP_TAG_VALID_N cpu_state.tag[(cpu_state.TOP + 1) & 7] &= ~TAG_UINT64
#endif
#include "softfloat/softfloat-specialize.h"
#include "x87_ops_sf_arith.h"
#include "x87_ops_sf_compare.h"
#include "x87_ops_sf_const.h"