Use std::string in ppscm_make_pp_type_error_exception
[deliverable/binutils-gdb.git] / gdb / amd64-nat.c
index 5dde69c70149ac503078941478f78d28d768eaa9..155683c29a3b7011214be18b6ae6af4b8bba8cba 100644 (file)
@@ -160,7 +160,7 @@ amd64_collect_native_gregset (const struct regcache *regcache,
          int offset = amd64_native_gregset_reg_offset (gdbarch, i);
 
          if (offset != -1)
-           regcache_raw_collect (regcache, i, regs + offset);
+           regcache->raw_collect (i, regs + offset);
        }
     }
 }
This page took 0.027327 seconds and 4 git commands to generate.