X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f28d984fb76ea5e45562168a2e67b60a8b1d0fb2..f54458a7bb43175fc8e22322bf8b36dd5af06969:/src/xbt/ex.c diff --git a/src/xbt/ex.c b/src/xbt/ex.c index 3f333ce914..1d15d7a589 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -176,8 +176,7 @@ void xbt_ex_display(xbt_ex_t * e) void __xbt_ex_terminate_default(xbt_ex_t * e) { xbt_ex_display(e); - - abort(); + xbt_abort(); } /* the externally visible API */