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

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / mc / inspect / mc_member.cpp
index 74f5e9f46294271b02927762d8dd014be3f9b560..1bd5ad49bf14176dcedd398a69df36346bf79bf6 100644 (file)
@@ -19,7 +19,7 @@ namespace dwarf {
  * @return Process address of the given member of the 'object' struct/class
  */
 void* resolve_member(const void* base, simgrid::mc::Type* /*type*/, simgrid::mc::Member* member,
-                     simgrid::mc::AddressSpace* address_space)
+                     const simgrid::mc::AddressSpace* address_space)
 {
   ExpressionContext state;
   state.frame_base    = nullptr;