forked from Imagelibrary/binutils-gdb
Fri Aug 25 16:57:05 2000 David Taylor <taylor@texas.cygnus.com>
* regcache.c (register_changed): New function. * value.h: Declare it.
This commit is contained in:
@@ -68,6 +68,15 @@ register_cached (int regnum)
|
||||
return register_valid[regnum];
|
||||
}
|
||||
|
||||
/* REGISTER_CHANGED
|
||||
|
||||
invalidate a single register REGNUM in the cache */
|
||||
void
|
||||
register_changed (int regnum)
|
||||
{
|
||||
register_valid[regnum] = 0;
|
||||
}
|
||||
|
||||
/* FIND_SAVED_REGISTER ()
|
||||
|
||||
Return the address in which frame FRAME's value of register REGNUM
|
||||
|
||||
Reference in New Issue
Block a user