summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 6c17037c416..840478ad5db 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;