diff options
Diffstat (limited to 'gdb/sparc-nat.c')
-rw-r--r-- | gdb/sparc-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index fe9dca3..e41f164 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -137,7 +137,7 @@ void sparc_fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum) { - struct gdbarch *gdbarch = get_regcache_arch (regcache); + struct gdbarch *gdbarch = regcache->arch (); pid_t pid; /* NOTE: cagney/2002-12-03: This code assumes that the currently @@ -190,7 +190,7 @@ void sparc_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum) { - struct gdbarch *gdbarch = get_regcache_arch (regcache); + struct gdbarch *gdbarch = regcache->arch (); pid_t pid; /* NOTE: cagney/2002-12-02: See comment in fetch_inferior_registers |