m68000, i386: Workaround for multiple inclusion until SoftFloat is updated to version 3 (nw)

This commit is contained in:
AJR 2017-04-12 15:21:21 -04:00
parent 0f510928f8
commit 2d8b67697f
2 changed files with 9 additions and 1 deletions

View File

@ -5,8 +5,13 @@
#ifndef __I386INTF_H__
#define __I386INTF_H__
// SoftFloat 2 lacks an include guard
#ifndef softfloat_h
#define softfloat_h 1
#include "softfloat/milieu.h"
#include "softfloat/softfloat.h"
#endif
#include "debug/debugcpu.h"
#include "divtlb.h"

View File

@ -7,9 +7,12 @@
// SoftFloat 2 lacks an include guard
#ifndef softfloat_h
#define softfloat_h 1
#include "softfloat/milieu.h"
#include "softfloat/softfloat.h"
#endif
/* MMU constants */