diff options
Diffstat (limited to 'gdb/inferior.c')
-rw-r--r-- | gdb/inferior.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.c b/gdb/inferior.c index c812d39..f45058a 100644 --- a/gdb/inferior.c +++ b/gdb/inferior.c @@ -39,7 +39,7 @@ void _initialize_inferiors (void); /* Keep a registry of per-inferior data-pointers required by other GDB modules. */ -DEFINE_REGISTRY (inferior) +DEFINE_REGISTRY (inferior, REGISTRY_ACCESS_FIELD) struct inferior *inferior_list = NULL; static int highest_inferior_num; |