Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move libdw binding code in its own file
[simgrid.git] / src / mc / Type.hpp
index 46a0516..7e68c54 100644 (file)
@@ -59,7 +59,7 @@ public:
 
   void offset(int new_offset)
   {
-    Dwarf_Op op;
+    DwarfInstruction op;
     op.atom = DW_OP_plus_uconst;
     op.number = new_offset;
     this->location_expression = { op };