]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/popping_generated.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'actor-priority' of https://github.com/Takishipp/simgrid into Takishipp...
[simgrid.git] / src / simix / popping_generated.cpp
index b3c410175b34f64e8787c5527f7b824b39d293dc..13531f7a2c6cc9ecfde45a2536494f8944999098 100644 (file)
@@ -14,7 +14,7 @@
  * That's not about http://en.wikipedia.org/wiki/Poop, despite the odor :)
  */
 
-#include "smx_private.h"
+#include "smx_private.hpp"
 #include <xbt/base.h>
 #if SIMGRID_HAVE_MC
 #include "src/mc/mc_forward.hpp"
@@ -231,6 +231,7 @@ case SIMCALL_RUN_BLOCKING:
           sg_host_get_name(simcall->issuer->host)
           );
       break;
-
+    default:
+      THROW_IMPOSSIBLE;
   }
 }