]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/compile/compile.h
Use std::vector for "registers_used" in compile feature
[thirdparty/binutils-gdb.git] / gdb / compile / compile.h
index 9dd7f38ebd96cfc1565a0137d129fb390ff0ae17..5e733f3e647f3cf4d5d629b4d7f53c827ef1996f 100644 (file)
@@ -64,7 +64,7 @@ extern void compile_dwarf_expr_to_c (string_file *stream,
                                     struct symbol *sym,
                                     CORE_ADDR pc,
                                     struct gdbarch *arch,
-                                    unsigned char *registers_used,
+                                    std::vector<bool> &registers_used,
                                     unsigned int addr_size,
                                     const gdb_byte *op_ptr,
                                     const gdb_byte *op_end,
@@ -103,7 +103,7 @@ extern void compile_dwarf_bounds_to_c (string_file *stream,
                                       const struct dynamic_prop *prop,
                                       struct symbol *sym, CORE_ADDR pc,
                                       struct gdbarch *arch,
-                                      unsigned char *registers_used,
+                                      std::vector<bool> &registers_used,
                                       unsigned int addr_size,
                                       const gdb_byte *op_ptr,
                                       const gdb_byte *op_end,