const-fy regcache::m_aspace
[deliverable/binutils-gdb.git] / gdb / regcache.c
index 0bae395536415711216d72e5a0f15f5d8ab832c0..ef0516813c29ae4b24b37cad5fab16d852b0a314 100644 (file)
@@ -181,7 +181,7 @@ regcache_register_size (const struct regcache *regcache, int n)
   return register_size (regcache->arch (), n);
 }
 
-regcache::regcache (gdbarch *gdbarch, address_space *aspace_,
+regcache::regcache (gdbarch *gdbarch, const address_space *aspace_,
                    bool readonly_p_)
   : m_aspace (aspace_), m_readonly_p (readonly_p_)
 {
This page took 0.023545 seconds and 4 git commands to generate.