summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/gdb/bcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gdb/gdb/bcache.h')
-rw-r--r--contrib/gdb/gdb/bcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gdb/gdb/bcache.h b/contrib/gdb/gdb/bcache.h
index 48b71e2..cf0c62e 100644
--- a/contrib/gdb/gdb/bcache.h
+++ b/contrib/gdb/gdb/bcache.h
@@ -47,7 +47,7 @@ struct hashlink {
a hashlink struct to hold the next pointer and the data. */
#define BCACHE_DATA_ALIGNMENT \
- (((char *) &BCACHE_DATA((struct hashlink*) 0) - (char *) 0))
+ (((char *) BCACHE_DATA((struct hashlink*) 0) - (char *) 0))
struct bcache {
struct obstack cache;
OpenPOWER on IntegriCloud