From: Augustin Degomme Date: Fri, 22 Dec 2017 04:30:30 +0000 (+0100) Subject: oops, too early X-Git-Tag: v3.18~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0b2f12b8902eb03ecb7c9b71996252a005cc969f?ds=inline oops, too early --- 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 */