From c4780b7ad5baaee7a84bef83839b4ca43156387e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 22 Aug 2012 15:31:10 +0000 Subject: * registry.h (struct registry_fields): New. (REGISTRY_FIELDS): Redefine. (REGISTRY_ACCESS_FIELD): New macro. (DEFINE_REGISTRY): Add ACCESS argument. Update defined functions. --- gdb/progspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/progspace.c') diff --git a/gdb/progspace.c b/gdb/progspace.c index 6498738909a..db8c5a3b096 100644 --- a/gdb/progspace.c +++ b/gdb/progspace.c @@ -42,7 +42,7 @@ static int highest_address_space_num; /* Keep a registry of per-program_space data-pointers required by other GDB modules. */ -DEFINE_REGISTRY (program_space) +DEFINE_REGISTRY (program_space, REGISTRY_ACCESS_FIELD) -- cgit v1.2.1