mirror of
https://github.com/holub/mame
synced 2025-05-11 00:28:49 +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__
|
||||
#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"
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user