Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Handle DW_AT_start_scope (for constants)
[simgrid.git] / src / mc / mc_private.h
index f17fad5..8997755 100644 (file)
@@ -443,6 +443,8 @@ typedef struct s_dw_variable{
   dw_location_t location;
   void* address;
 
+  size_t start_scope;
+
 }s_dw_variable_t, *dw_variable_t;
 
 struct s_dw_frame{