forked from Imagelibrary/binutils-gdb
2004-02-14 Andrew Cagney <cagney@redhat.com>
* arch-utils.c (legacy_convert_register_p): Check DEPRECATED_REGISTER_CONVERTIBLE_P. * findvar.c (value_of_register): Ditto.
This commit is contained in:
@@ -317,7 +317,8 @@ legacy_pc_in_sigtramp (CORE_ADDR pc, char *name)
|
||||
int
|
||||
legacy_convert_register_p (int regnum, struct type *type)
|
||||
{
|
||||
return DEPRECATED_REGISTER_CONVERTIBLE (regnum);
|
||||
return (DEPRECATED_REGISTER_CONVERTIBLE_P ()
|
||||
&& DEPRECATED_REGISTER_CONVERTIBLE (regnum));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user