@ -41,7 +41,7 @@
# define EXTERN_PSIM_ENDIAN(TYPE) TYPE
# endif
# if (SIM_ENDIAN_INLINE & PSIM_ INLINE_LOCALS)
# if (SIM_ENDIAN_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_PSIM_ENDIAN(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_PSIM_ENDIAN(TYPE) static TYPE
@ -63,7 +63,7 @@
# define EXTERN_BITS(TYPE) TYPE
# endif
# if (BITS_INLINE & PSIM_ INLINE_LOCALS)
# if (BITS_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_BITS(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_BITS(TYPE) static TYPE
@ -85,7 +85,7 @@
# define EXTERN_CORE(TYPE) TYPE
# endif
# if (CORE_INLINE & PSIM_ INLINE_LOCALS)
# if (CORE_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_CORE(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_CORE(TYPE) static TYPE
@ -107,7 +107,7 @@
# define EXTERN_VM(TYPE) TYPE
# endif
# if (VM_INLINE & PSIM_ INLINE_LOCALS)
# if (VM_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_VM(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_VM(TYPE) static TYPE
@ -129,7 +129,7 @@
# define EXTERN_CPU(TYPE) TYPE
# endif
# if (CPU_INLINE & PSIM_ INLINE_LOCALS)
# if (CPU_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_CPU(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_CPU(TYPE) static TYPE
@ -151,7 +151,7 @@
# define EXTERN_MODEL(TYPE) TYPE
# endif
# if (MODEL_INLINE & PSIM_ INLINE_LOCALS)
# if (MODEL_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_MODEL(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_MODEL(TYPE) static TYPE
@ -173,7 +173,7 @@
# define EXTERN_EVENTS(TYPE) TYPE
# endif
# if (EVENTS_INLINE & PSIM_ INLINE_LOCALS)
# if (EVENTS_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_EVENTS(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_EVENTS(TYPE) static TYPE
@ -195,7 +195,7 @@
# define EXTERN_MON(TYPE) TYPE
# endif
# if (MON_INLINE & PSIM_ INLINE_LOCALS)
# if (MON_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_MON(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_MON(TYPE) static TYPE
@ -217,7 +217,7 @@
# define EXTERN_REGISTERS(TYPE) TYPE
# endif
# if (REGISTERS_INLINE & PSIM_ INLINE_LOCALS)
# if (REGISTERS_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_REGISTERS(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_REGISTERS(TYPE) static TYPE
@ -239,7 +239,7 @@
# define EXTERN_INTERRUPTS(TYPE) TYPE
# endif
# if (INTERRUPTS_INLINE & PSIM_ INLINE_LOCALS)
# if (INTERRUPTS_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_INTERRUPTS(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_INTERRUPTS(TYPE) static TYPE
@ -261,7 +261,7 @@
# define EXTERN_DEVICE(TYPE) TYPE
# endif
# if (DEVICE_INLINE & PSIM_ INLINE_LOCALS)
# if (DEVICE_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_DEVICE(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_DEVICE(TYPE) static TYPE
@ -283,7 +283,7 @@
# define EXTERN_TREE(TYPE) TYPE
# endif
# if (TREE_INLINE & PSIM_ INLINE_LOCALS)
# if (TREE_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_TREE(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_TREE(TYPE) static TYPE
@ -305,7 +305,7 @@
# define EXTERN_SPREG(TYPE) TYPE
# endif
# if (SPREG_INLINE & PSIM_ INLINE_LOCALS)
# if (SPREG_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_SPREG(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_SPREG(TYPE) static TYPE
@ -328,7 +328,7 @@
# endif
#if 0 /* this isn't used */
# if (SEMANTICS_INLINE & PSIM_ INLINE_LOCALS)
# if (SEMANTICS_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_SEMANTICS(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_SEMANTICS(TYPE) static TYPE
@ -352,7 +352,7 @@
# endif
#if 0 /* this isn't used */
# if (IDECODE_INLINE & PSIM_ INLINE_LOCALS)
# if (IDECODE_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_IDECODE(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_IDECODE(TYPE) static TYPE
@ -376,7 +376,7 @@
# endif
#if 0 /* this isn't used */
# if (ICACHE_INLINE & PSIM_ INLINE_LOCALS)
# if (ICACHE_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_ICACHE(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_ICACHE(TYPE) static TYPE
@ -400,7 +400,7 @@
# endif
#if 0 /* this isn't used */
# if (SUPPORT_INLINE & PSIM_ INLINE_LOCALS)
# if (SUPPORT_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_SUPPORT(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_SUPPORT(TYPE) static TYPE
@ -423,7 +423,7 @@
# define EXTERN_OPTIONS(TYPE) TYPE
# endif
# if (OPTIONS_INLINE & PSIM_ INLINE_LOCALS)
# if (OPTIONS_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_OPTIONS(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_OPTIONS(TYPE) static TYPE
@ -445,7 +445,7 @@
# define EXTERN_OS_EMUL(TYPE) TYPE
# endif
# if (OS_EMUL_INLINE & PSIM_ INLINE_LOCALS)
# if (OS_EMUL_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_OS_EMUL(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_OS_EMUL(TYPE) static TYPE
@ -467,7 +467,7 @@
# define EXTERN_PSIM(TYPE) TYPE
# endif
# if (PSIM_INLINE & PSIM_ INLINE_LOCALS)
# if (PSIM_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_PSIM(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_PSIM(TYPE) static TYPE
@ -489,7 +489,7 @@
# define EXTERN_CAP(TYPE) TYPE
# endif
# if (CAP_INLINE & PSIM_ INLINE_LOCALS)
# if (CAP_INLINE & INLINE_LOCALS)
# define STATIC_INLINE_CAP(TYPE) static INLINE TYPE
# else
# define STATIC_INLINE_CAP(TYPE) static TYPE