From d14aaa8de0a066da64fa2b28a8fcdada56c710b7 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 21 Jul 2015 00:34:38 -0700 Subject: [PATCH] Make comutl.o state thread-local. --- src/microcode/comutl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/comutl.c b/src/microcode/comutl.c index 6660dae42..87d07bf54 100644 --- a/src/microcode/comutl.c +++ b/src/microcode/comutl.c @@ -207,7 +207,7 @@ DEFINE_PRIMITIVE ("INITIALIZE-C-COMPILED-BLOCK", } typedef unsigned long thunk_t (void); -static const char * ilof_prefix = 0; +static __thread const char * ilof_prefix = 0; DEFINE_PRIMITIVE ("INITIALIZE-LIARC-OBJECT-FILE", Prim_initialize_liarc_object_file, 2, 2, "(ADDRESS PREFIX)\n\ -- 2.25.1