Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some progress (start, get/set state, ...) - Adrien
[simgrid.git] / src / xbt / ex.c
index ac2fa9b..7faa0f0 100644 (file)
@@ -222,6 +222,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";
 }