s/get_regcache_arch (regcache)/regcache->arch ()/g
[deliverable/binutils-gdb.git] / gdb / bfin-tdep.c
index 2e99418a32d5b47350dc2b076b4d4d6f67c77834..f9594d7947d5e4da7c2561b246b4a749e7517410 100644 (file)
@@ -608,7 +608,7 @@ bfin_extract_return_value (struct type *type,
                           struct regcache *regs,
                           gdb_byte *dst)
 {
-  struct gdbarch *gdbarch = get_regcache_arch (regs);
+  struct gdbarch *gdbarch = regs->arch ();
   enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
   bfd_byte *valbuf = dst;
   int len = TYPE_LENGTH (type);
This page took 0.02466 seconds and 4 git commands to generate.