Cleanup: rolling back extraneous change in cpu.h

This commit is contained in:
Kagamiin~
2024-03-22 21:46:27 -03:00
parent f2091e3490
commit 81029da950

View File

@@ -21,14 +21,7 @@
#ifndef EMU_CPU_H
#define EMU_CPU_H
#ifndef NO_SOFTFLOAT_INCLUDE
#include "softfloat/softfloat.h"
#else
typedef struct floatx80 { // leave alignment to compiler
uint64_t exp;
uint16_t fraction;
} floatx80;
#endif
enum {
FPU_NONE,