s/get_regcache_arch (regcache)/regcache->arch ()/g
[deliverable/binutils-gdb.git] / gdb / iq2000-tdep.c
index deafaaa38dd58971b8d377d7af8fb0e2be362ffa..e47cc06a1f73025190b0d0fc3d094a2c83fe4b44 100644 (file)
@@ -539,7 +539,7 @@ static void
 iq2000_extract_return_value (struct type *type, struct regcache *regcache,
                             gdb_byte *valbuf)
 {
-  struct gdbarch *gdbarch = get_regcache_arch (regcache);
+  struct gdbarch *gdbarch = regcache->arch ();
   enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
 
   /* If the function's return value is 8 bytes or less, it is
This page took 0.024566 seconds and 4 git commands to generate.