summaryrefslogtreecommitdiff
path: root/gdb/bcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/bcache.h')
-rw-r--r--gdb/bcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bcache.h b/gdb/bcache.h
index 6b32c577d4f..ada2b5f9ed9 100644
--- a/gdb/bcache.h
+++ b/gdb/bcache.h
@@ -81,7 +81,7 @@ struct bstring {
union
{
- char data[1];
+ char *data;
double dummy;
}
d;