From 46f435e3f5655141703738abeb28462c93d98f8e Mon Sep 17 00:00:00 2001 From: Shwartsman Date: Mon, 4 Sep 2023 20:01:49 +0300 Subject: [PATCH] fixes for compilation without BX_LARGE_RAMFILE --- bochs/osdep.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bochs/osdep.h b/bochs/osdep.h index 72224c812..1d119dcf3 100644 --- a/bochs/osdep.h +++ b/bochs/osdep.h @@ -362,8 +362,6 @@ BOCHSAPI_MSVCONLY extern Bit64u bx_get_realtime64_usec (void); } #endif /* __cplusplus */ -#if BX_LARGE_RAMFILE - // these macros required for large ramfile option functionality #if BX_HAVE_TMPFILE64 == 0 #define tmpfile64 tmpfile /* use regular tmpfile() function */ @@ -377,6 +375,4 @@ BOCHSAPI_MSVCONLY extern Bit64u bx_get_realtime64_usec (void); #endif #endif -#endif // BX_LARGE_RAMFILE - #endif /* ifdef BX_OSDEP_H */