From 0b2f12b8902eb03ecb7c9b71996252a005cc969f Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Fri, 22 Dec 2017 05:30:30 +0100 Subject: [PATCH 1/1] oops, too early --- src/simix/smx_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_context.cpp b/src/simix/smx_context.cpp index 547a37e7e4..2e1f4cb75f 100644 --- a/src/simix/smx_context.cpp +++ b/src/simix/smx_context.cpp @@ -118,7 +118,7 @@ void SIMIX_context_mod_init() XBT_WARN("mmap broken on FreeBSD, but dlopen+thread broken too. Switching to dlopen+raw contexts."); context_factory_name = "raw"; } -} + #endif /* select the context factory to use to create the contexts */ -- 2.20.1