Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc/compare: const/ref
[simgrid.git] / src / mc / inspect / DwarfExpression.hpp
index f67f749..064ba32 100644 (file)
@@ -56,7 +56,7 @@ public:
   unw_cursor_t* cursor;
   void* frame_base;
   /** Address space used to read memory */
-  simgrid::mc::AddressSpace* address_space;
+  const simgrid::mc::AddressSpace* address_space;
   simgrid::mc::ObjectInformation* object_info;
 };