Revise comment from previous commit.

This commit is contained in:
Kevin Buettner 2002-07-26 00:47:45 +00:00
parent 11bf77dbb5
commit d959a6abc7
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
2002-07-25 Kevin Buettner <kevinb@redhat.com>
* rs6000-nat.c (ppc-tdep.h): Include.
(fetch_registers, store_register): Don't access registers[]
directly. Instead, use supply_register() or
(fetch_registers, store_register, fetch_core_registers): Don't
access registers[] directly. Instead, use supply_register() or
regcache_collect() as appropriate.
(find_toc_address): Format hex address with local_hex_string().