X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fppc-linux-tdep.c;h=13a50d6756308724b2de93929d81ce01f924d681;hb=fc5b87361580d915e28ae5f3cc4794b75b671b5a;hp=ed0ea134610dede8387ba2094d91e72936ff265b;hpb=849d0ba802323fe05e3039ed5b22957db2c85a67;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index ed0ea13461..13a50d6756 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -1372,7 +1372,7 @@ ppu2spu_sniffer (const struct frame_unwind *self, std::unique_ptr regcache (new struct regcache (data.gdbarch)); - regcache_save (regcache.get (), ppu2spu_unwind_register, &data); + regcache->save (ppu2spu_unwind_register, &data); cache->frame_id = frame_id_build (base, func); cache->regcache = regcache.release ();