Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : move struct s_smx_ctx_sysv in smx_private.h, needed for stacks comparison
[simgrid.git] / src / simix / smx_user.c
index 54edf9d..9344984 100644 (file)
@@ -1278,7 +1278,7 @@ smx_mutex_t simcall_mutex_init(void)
 {
   if(!simix_global) {
     fprintf(stderr,"You must run MSG_init or gras_init before using MSG or GRAS\n"); // I would have loved using xbt_die but I can't since it is not initialized yet... :)
-    abort();
+    xbt_abort();
   }
   smx_simcall_t simcall = SIMIX_simcall_mine();