const-fy regcache::m_aspace
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index 67d830594981fa95c69552018e4f34299446f916..d01cff8d68f90de77b775704e65c6f00f04f0356 100644 (file)
@@ -1362,7 +1362,7 @@ ppu2spu_sniffer (const struct frame_unwind *self,
          struct ppu2spu_cache *cache
            = FRAME_OBSTACK_CALLOC (1, struct ppu2spu_cache);
 
-         struct address_space *aspace = get_frame_address_space (this_frame);
+         const address_space *aspace = get_frame_address_space (this_frame);
          std::unique_ptr<struct regcache> regcache
            (new struct regcache (data.gdbarch, aspace));
          regcache_save (regcache.get (), ppu2spu_unwind_register, &data);
This page took 0.023445 seconds and 4 git commands to generate.