Remove regcache_xfree
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index 4c851eb4d9ba01dcc7bfe7e18e609261680d9c93..2faee42fb6ebd90e1514bff71ae66a819b472720 100644 (file)
@@ -1382,7 +1382,7 @@ static void
 ppu2spu_dealloc_cache (struct frame_info *self, void *this_cache)
 {
   struct ppu2spu_cache *cache = (struct ppu2spu_cache *) this_cache;
-  regcache_xfree (cache->regcache);
+  delete cache->regcache;
 }
 
 static const struct frame_unwind ppu2spu_unwind = {
This page took 0.028004 seconds and 4 git commands to generate.