Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "got a "might be clobbered by ‘longjmp’ or ‘vfork’" error when compiled"
[simgrid.git] / src / simix / smx_smurf.c
index ddbbbd3..df7fb25 100644 (file)
@@ -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;
 }