]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/dwarf2/loc.h
Use std::vector for "registers_used" in compile feature
[thirdparty/binutils-gdb.git] / gdb / dwarf2 / loc.h
index 694300f058b94b054e4d1a31228f48c1bb72405d..2943baf91d2213797f5f75f2a70733d0a1bab880 100644 (file)
@@ -120,7 +120,7 @@ bool dwarf2_evaluate_property (const struct dynamic_prop *prop,
 void dwarf2_compile_property_to_c (string_file *stream,
                                   const char *result_name,
                                   struct gdbarch *gdbarch,
-                                  unsigned char *registers_used,
+                                  std::vector<bool> &registers_used,
                                   const struct dynamic_prop *prop,
                                   CORE_ADDR address,
                                   struct symbol *sym);