From 545c6d9ee21cbe3cdc036cfd98af411bd407d301 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 26 Sep 2007 15:30:06 +0000 Subject: [PATCH] And now, try to compile before commiting in order to not commit invalid code (sorry) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4741 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/context.c b/src/xbt/context.c index 77040cd267..90b7fae229 100644 --- a/src/xbt/context.c +++ b/src/xbt/context.c @@ -336,7 +336,7 @@ static void xbt_context_stop(int retvalue) { #else __xbt_context_yield(current_context); #endif - THROW_IMPOSSIBLE(); + THROW_IMPOSSIBLE; } -- 2.20.1