diff options
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index 05d96b3..c5ef41b 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -232,8 +232,8 @@ typedef struct cached_reg class regcache { public: - regcache (gdbarch *gdbarch, const address_space *aspace_) - : regcache (gdbarch, aspace_, true) + regcache (gdbarch *gdbarch) + : regcache (gdbarch, nullptr, true) {} struct readonly_t {}; |