Namespace the reg class to avoid clashes with OS headers
[deliverable/binutils-gdb.git] / gdbserver / regcache.cc
index 33d38879dc6fd5028ee0fd127c3d996fcb1cff9c..6c0af95b34ec4f2e2fc832d547a1a7eeff686ecc 100644 (file)
@@ -198,7 +198,7 @@ regcache_cpy (struct regcache *dst, struct regcache *src)
 
 /* Return a reference to the description of register N.  */
 
-static const struct reg &
+static const struct gdb::reg &
 find_register_by_number (const struct target_desc *tdesc, int n)
 {
   return tdesc->reg_defs[n];
This page took 0.037827 seconds and 4 git commands to generate.