aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/core.c')
-rw-r--r--src/sim/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/core.c b/src/sim/core.c
index b93633c1..dfd1d158 100644
--- a/src/sim/core.c
+++ b/src/sim/core.c
@@ -300,7 +300,7 @@ ret_def:
char *osim_print_sw(const struct osim_card_hdl *ch, uint16_t sw_in)
{
- static __thread char sw_print_buf[256];
+ static char sw_print_buf[256];
return osim_print_sw_buf(sw_print_buf, sizeof(sw_print_buf), ch, sw_in);
}