forked from Imagelibrary/binutils-gdb
Remove regcache_raw_update
Remove regcache_raw_update, update callers to use readable_regcache::raw_update instead. gdb/ChangeLog: * regcache.h (regcache_raw_update): Remove, update callers to use readable_regcache::raw_update instead. * regcache.c (regcache_raw_update): Remove.
This commit is contained in:
@@ -488,14 +488,6 @@ registers_changed (void)
|
||||
alloca (0);
|
||||
}
|
||||
|
||||
void
|
||||
regcache_raw_update (struct regcache *regcache, int regnum)
|
||||
{
|
||||
gdb_assert (regcache != NULL);
|
||||
|
||||
regcache->raw_update (regnum);
|
||||
}
|
||||
|
||||
void
|
||||
regcache::raw_update (int regnum)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user