X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/963b8d1182796bce58318c92742863a8d3f32b37..e4abd3f271729beeff499da36267bfb274dd1f6d:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 2d17bffe1c..909af2c3fb 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -297,7 +297,7 @@ typedef struct { */ typedef struct { __ex_mctx_t *ctx_mctx; /* permanent machine context of enclosing try/catch */ - volatile int ctx_caught; /* temporary flag whether exception was caught */ + int ctx_caught; /* temporary flag whether exception was caught */ volatile xbt_ex_t exception; /* temporary exception storage */ } xbt_running_ctx_t;