X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a119bf80e0223355fb2b6addb71abd562f36c1d7..cc4ca208c5e056ac569cd07e08f09a416f3606fe:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index e464ce2267..f616cf57b7 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -94,6 +94,13 @@ inline static int simcall_BODY_execution_wait(boost::intrusive_ptr>(SIMCALL_EXECUTION_WAIT, execution); } +inline static int simcall_BODY_execution_test(boost::intrusive_ptr execution) +{ + if (0) /* Go to that function to follow the code flow through the simcall barrier */ + simcall_HANDLER_execution_test(&SIMIX_process_self()->simcall, execution); + return simcall>(SIMCALL_EXECUTION_TEST, execution); +} + inline static void simcall_BODY_process_on_exit(smx_actor_t process, int_f_pvoid_pvoid_t fun, void* data) { if (0) /* Go to that function to follow the code flow through the simcall barrier */