Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better handling of the MC debug on unknown simcalls
[simgrid.git] / src / mc / mc_request.cpp
index dfb4e9a..056aa0b 100644 (file)
@@ -391,7 +391,9 @@ std::string simgrid::mc::request_to_string(smx_simcall_t req, int value, simgrid
     break;
 
   default:
-    THROW_UNIMPLEMENTED;
+    type = SIMIX_simcall_name(req->call);
+    args = bprintf("??");
+    break;
   }
 
   std::string str;