From e51ea751d20f2437b9b350a3bab1db3c257fb54f Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 27 Apr 2012 12:41:32 +0200 Subject: [PATCH] =?utf8?q?Revert=20"got=20a=20"might=20be=20clobbered=20by?= =?utf8?q?=20=E2=80=98longjmp=E2=80=99=20or=20=E2=80=98vfork=E2=80=99"=20e?= =?utf8?q?rror=20when=20compiled"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit 34b3794d5a8de6a9258a6144f67de4fc38c960f1. AFAICT, this is not needed after commit 1128245fc5ccac68ce1f696aab780e15ff9f735a. --- src/simix/smx_smurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_smurf.c b/src/simix/smx_smurf.c index ddbbbd3c81..df7fb256c9 100644 --- a/src/simix/smx_smurf.c +++ b/src/simix/smx_smurf.c @@ -7,7 +7,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_smurf, simix, XBT_INLINE smx_simcall_t SIMIX_simcall_mine() { - volatile smx_process_t issuer = SIMIX_process_self(); + smx_process_t issuer = SIMIX_process_self(); return &issuer->simcall; } -- 2.20.1