Upgrade to softfloat3e.
This should solve licensing problems as well.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#ifndef EMU_CPU_H
|
||||
#define EMU_CPU_H
|
||||
|
||||
#include "softfloat/softfloat.h"
|
||||
#include "softfloat3e/softfloat.h"
|
||||
|
||||
enum {
|
||||
FPU_NONE,
|
||||
@@ -592,8 +592,6 @@ extern uint32_t eip_msr;
|
||||
extern uint64_t amd_efer;
|
||||
extern uint64_t star;
|
||||
|
||||
#define FPU_CW_Reserved_Bits (0xe0c0)
|
||||
|
||||
#define cr0 cpu_state.CR0.l
|
||||
#define msw cpu_state.CR0.w
|
||||
extern uint32_t cr2;
|
||||
|
||||
Reference in New Issue
Block a user