diff options
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r-- | gdb/regcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/regcache.c b/gdb/regcache.c index a0407c7..27c0ae5 100644 --- a/gdb/regcache.c +++ b/gdb/regcache.c @@ -41,7 +41,7 @@ /* Per-architecture object describing the layout of a register cache. Computed once when the architecture is created. */ -struct gdbarch_data *regcache_descr_handle; +static struct gdbarch_data *regcache_descr_handle; struct regcache_descr { |