X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc375ad134c19925e1e343bae932be21cf8a8caf..15badc71ce964f6dae6428c9a4c0198fad5d4936:/src/xbt/ex.c diff --git a/src/xbt/ex.c b/src/xbt/ex.c index ac2fa9b01b..bba15a652c 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -46,6 +46,7 @@ #include "portable.h" /* execinfo when available */ #include "xbt/ex.h" #include "xbt/str.h" +#include "xbt/synchro_core.h" #include "xbt_modinter.h" /* backtrace initialization headers */ #include "xbt/ex_interface.h" @@ -222,6 +223,9 @@ const char *xbt_ex_catname(xbt_errcat_t cat) return "tracing error"; case io_error: return "io error"; + case vm_error: + return "vm error"; + } return "INVALID ERROR"; }