X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3770e6e9c2e6ac346a383f54fd80d8f142a5ac04..b81d0b9c9c365d2b195c8a189e2315adbdaa6af6:/src/mc/Type.hpp diff --git a/src/mc/Type.hpp b/src/mc/Type.hpp index 46a0516ab9..7e68c5432f 100644 --- a/src/mc/Type.hpp +++ b/src/mc/Type.hpp @@ -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 };