mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
* registry.h (struct registry_fields): New.
(REGISTRY_FIELDS): Redefine. (REGISTRY_ACCESS_FIELD): New macro. (DEFINE_REGISTRY): Add ACCESS argument. Update defined functions.
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user