X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fi386-darwin-nat.c;h=08a706b85829fe4155d524cfd0a7de0bc223793c;hb=ac7936dfd0c85e5de2dfec45ca0dbf72baeffa51;hp=dc7ce32d6490cdcd0838207f075bb1ba343954cc;hpb=edd079d9f6ca2f9ad21322b742269aec5de61190;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386-darwin-nat.c b/gdb/i386-darwin-nat.c index dc7ce32d64..08a706b858 100644 --- a/gdb/i386-darwin-nat.c +++ b/gdb/i386-darwin-nat.c @@ -52,7 +52,7 @@ i386_darwin_fetch_inferior_registers (struct target_ops *ops, { thread_t current_thread = ptid_get_tid (regcache_get_ptid (regcache)); int fetched = 0; - struct gdbarch *gdbarch = get_regcache_arch (regcache); + struct gdbarch *gdbarch = regcache->arch (); #ifdef BFD64 if (gdbarch_ptr_bit (gdbarch) == 64) @@ -168,7 +168,7 @@ i386_darwin_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regno) { thread_t current_thread = ptid_get_tid (regcache_get_ptid (regcache)); - struct gdbarch *gdbarch = get_regcache_arch (regcache); + struct gdbarch *gdbarch = regcache->arch (); #ifdef BFD64 if (gdbarch_ptr_bit (gdbarch) == 64)