Cleanup: rolling back extraneous change in cpu.h
This commit is contained in:
@@ -21,14 +21,7 @@
|
|||||||
#ifndef EMU_CPU_H
|
#ifndef EMU_CPU_H
|
||||||
#define EMU_CPU_H
|
#define EMU_CPU_H
|
||||||
|
|
||||||
#ifndef NO_SOFTFLOAT_INCLUDE
|
|
||||||
#include "softfloat/softfloat.h"
|
#include "softfloat/softfloat.h"
|
||||||
#else
|
|
||||||
typedef struct floatx80 { // leave alignment to compiler
|
|
||||||
uint64_t exp;
|
|
||||||
uint16_t fraction;
|
|
||||||
} floatx80;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
FPU_NONE,
|
FPU_NONE,
|
||||||
|
Reference in New Issue
Block a user