mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
* regcache.c (supply_register): Add missing argument to register_buffer call.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2002-06-27 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
|
||||||
|
* regcache.c (supply_register): Add missing argument to
|
||||||
|
register_buffer call.
|
||||||
|
|
||||||
2002-06-27 Andrew Cagney <ac131313@redhat.com>
|
2002-06-27 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (init.c): Drop -e option to grep. Not necessary and
|
* Makefile.in (init.c): Drop -e option to grep. Not necessary and
|
||||||
|
@ -1003,7 +1003,8 @@ supply_register (int regnum, char *val)
|
|||||||
values. */
|
values. */
|
||||||
|
|
||||||
#ifdef DEPRECATED_CLEAN_UP_REGISTER_VALUE
|
#ifdef DEPRECATED_CLEAN_UP_REGISTER_VALUE
|
||||||
DEPRECATED_CLEAN_UP_REGISTER_VALUE (regnum, register_buffer (regnum));
|
DEPRECATED_CLEAN_UP_REGISTER_VALUE \
|
||||||
|
(regnum, register_buffer (current_regcache, regnum));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user