mirror of
https://github.com/simh/simh.git
synced 2026-02-24 08:03:13 +00:00
sim_defs.h fixed compile on VMS
This commit is contained in:
@@ -588,7 +588,7 @@ extern int32 sim_asynch_inst_latency;
|
|||||||
/* Thread local storage */
|
/* Thread local storage */
|
||||||
#if defined(__GNUC__) && !defined(__APPLE__)
|
#if defined(__GNUC__) && !defined(__APPLE__)
|
||||||
#define AIO_TLS __thread
|
#define AIO_TLS __thread
|
||||||
#elif defined(__DECC_VER) || defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
#define AIO_TLS __declspec(thread)
|
#define AIO_TLS __declspec(thread)
|
||||||
#else
|
#else
|
||||||
/* Other compiler environment, then don't worry about thread local storage. */
|
/* Other compiler environment, then don't worry about thread local storage. */
|
||||||
|
|||||||
Reference in New Issue
Block a user