Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pass large parameter by address.
[simgrid.git] / src / mc / remote / RemoteClient.cpp
index e727460..fae0571 100644 (file)
@@ -622,7 +622,7 @@ void RemoteClient::dump_stack()
     return;
   }
 
     return;
   }
 
-  simgrid::mc::dumpStack(stderr, cursor);
+  simgrid::mc::dumpStack(stderr, &cursor);
 
   _UPT_destroy(context);
   unw_destroy_addr_space(as);
 
   _UPT_destroy(context);
   unw_destroy_addr_space(as);