Detect the absence of a symbol hash table.
[deliverable/binutils-gdb.git] / gdb / bcache.h
index 48b71e28cf0af9f1d752b8815be363a3337f2c7e..cf0c62eeda1a7ab24e5f29390e29298eea4e4104 100644 (file)
@@ -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;
This page took 0.024879 seconds and 4 git commands to generate.