fixes for compilation without BX_LARGE_RAMFILE
This commit is contained in:
parent
86eff7597d
commit
46f435e3f5
@ -362,8 +362,6 @@ BOCHSAPI_MSVCONLY extern Bit64u bx_get_realtime64_usec (void);
|
|||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#if BX_LARGE_RAMFILE
|
|
||||||
|
|
||||||
// these macros required for large ramfile option functionality
|
// these macros required for large ramfile option functionality
|
||||||
#if BX_HAVE_TMPFILE64 == 0
|
#if BX_HAVE_TMPFILE64 == 0
|
||||||
#define tmpfile64 tmpfile /* use regular tmpfile() function */
|
#define tmpfile64 tmpfile /* use regular tmpfile() function */
|
||||||
@ -377,6 +375,4 @@ BOCHSAPI_MSVCONLY extern Bit64u bx_get_realtime64_usec (void);
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // BX_LARGE_RAMFILE
|
|
||||||
|
|
||||||
#endif /* ifdef BX_OSDEP_H */
|
#endif /* ifdef BX_OSDEP_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user