mirror of
https://github.com/holub/mame
synced 2025-05-12 00:58:53 +03:00
m68000, i386: Workaround for multiple inclusion until SoftFloat is updated to version 3 (nw)
This commit is contained in:
parent
0f510928f8
commit
2d8b67697f
@ -5,8 +5,13 @@
|
|||||||
#ifndef __I386INTF_H__
|
#ifndef __I386INTF_H__
|
||||||
#define __I386INTF_H__
|
#define __I386INTF_H__
|
||||||
|
|
||||||
|
// SoftFloat 2 lacks an include guard
|
||||||
|
#ifndef softfloat_h
|
||||||
|
#define softfloat_h 1
|
||||||
#include "softfloat/milieu.h"
|
#include "softfloat/milieu.h"
|
||||||
#include "softfloat/softfloat.h"
|
#include "softfloat/softfloat.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "debug/debugcpu.h"
|
#include "debug/debugcpu.h"
|
||||||
#include "divtlb.h"
|
#include "divtlb.h"
|
||||||
|
|
||||||
|
@ -7,9 +7,12 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// SoftFloat 2 lacks an include guard
|
||||||
|
#ifndef softfloat_h
|
||||||
|
#define softfloat_h 1
|
||||||
#include "softfloat/milieu.h"
|
#include "softfloat/milieu.h"
|
||||||
#include "softfloat/softfloat.h"
|
#include "softfloat/softfloat.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* MMU constants */
|
/* MMU constants */
|
||||||
|
Loading…
Reference in New Issue
Block a user