]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/inspect/mc_dwarf.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill duplicate function + typos.
[simgrid.git] / src / mc / inspect / mc_dwarf.hpp
index fa8db42fe08199f155f95e4706fb9f8af99119fc..33e2e632294258ec0e2a7ba0e7e0a9c0a766d08f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -16,8 +16,8 @@ namespace dwarf {
 XBT_PRIVATE const char* attrname(int attr);
 XBT_PRIVATE const char* tagname(int tag);
 
-XBT_PRIVATE void* resolve_member(const void* base, simgrid::mc::Type* type, simgrid::mc::Member* member,
-                                 simgrid::mc::AddressSpace* snapshot);
+XBT_PRIVATE void* resolve_member(const void* base, const simgrid::mc::Type* type, const simgrid::mc::Member* member,
+                                 const simgrid::mc::AddressSpace* snapshot);
 
 XBT_PRIVATE
 int dwarf_register_to_libunwind(int dwarf_register);