X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fi386-v4-nat.c;h=ddf50d9df485ab1d54999619a1bbaf450cc2cf62;hb=e98ee8c458f3a8405eb93e71b00f801b4bbe3635;hp=2313ff87fff88a47250d78326dbb8ed2e5aaa1ae;hpb=73e1c03f93f0294b464dc2b67de1f9aaae84838d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386-v4-nat.c b/gdb/i386-v4-nat.c index 2313ff87ff..ddf50d9df4 100644 --- a/gdb/i386-v4-nat.c +++ b/gdb/i386-v4-nat.c @@ -123,7 +123,7 @@ fill_gregset (const struct regcache *regcache, for (i = 0; i < I386_NUM_GREGS; i++) if (regnum == -1 || regnum == i) - regcache_raw_collect (regcache, i, regp + regmap[i]); + regcache->raw_collect (i, regp + regmap[i]); } #endif /* HAVE_GREGSET_T */