Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in UCtx: hide one internal function and inline another
[simgrid.git] / src / mc / sosp / mc_checkpoint.cpp
index 0d172a8..4f8585d 100644 (file)
@@ -343,7 +343,7 @@ static std::vector<s_mc_stack_frame_t> unwind_stack_frames(simgrid::mc::UnwindCo
     result.push_back(std::move(stack_frame));
 
     /* Stop before context switch with maestro */
-    if (frame != nullptr && frame->name == "smx_ctx_sysv_wrapper")
+    if (frame != nullptr && frame->name == "smx_ctx_wrapper")
       break;
 
     int ret = unw_step(&c);