X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b9c1ef9948cd6a89af3e1f250dc69d368f70200f..53a5eb4773ed7bf9df12d0be7781a0e70b458e04:/src/xbt/ex.c diff --git a/src/xbt/ex.c b/src/xbt/ex.c index 9433046883..e53837cf52 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -223,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"; }