diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 6c17037..840478a 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -110,7 +110,7 @@ struct general_symbol_info struct block *block; - char *bytes; + gdb_byte *bytes; CORE_ADDR address; |