Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] OOify DWARF stack/evaluation expression
[simgrid.git] / src / mc / Type.hpp
index 540bf4ca377eb79690aaa79951211433ed95f899..42978af47bba2bbede4094afe7614545c402379f 100644 (file)
@@ -25,7 +25,7 @@ public:
 
   bool inheritance;
   std::string name;
-  simgrid::mc::DwarfExpression location_expression;
+  simgrid::dwarf::DwarfExpression location_expression;
   std::size_t byte_size; // Do we really need this?
   unsigned type_id;
   simgrid::mc::Type* type;