diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index b33a0cf..57dd594 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -58,7 +58,7 @@ /* Keep a registry of per-objfile data-pointers required by other GDB modules. */ -DEFINE_REGISTRY (objfile) +DEFINE_REGISTRY (objfile, REGISTRY_ACCESS_FIELD) /* Externally visible variables that are owned by this module. See declarations in objfile.h for more info. */ |