mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2003-07-17 Michael Snyder <msnyder@redhat.com>
* remote-sim.c: Comment typo fix.
This commit is contained in:
@@ -331,7 +331,7 @@ gdbsim_fetch_register (int regno)
|
||||
warn_user = 0;
|
||||
}
|
||||
/* FIXME: cagney/2002-05-27: Should check `nr_bytes == 0'
|
||||
indicatingthat GDB and the SIM have different ideas about
|
||||
indicating that GDB and the SIM have different ideas about
|
||||
which registers are fetchable. */
|
||||
/* Else if (nr_bytes < 0): an old simulator, that doesn't
|
||||
think to return the register size. Just assume all is ok. */
|
||||
@@ -369,7 +369,7 @@ gdbsim_store_register (int regno)
|
||||
internal_error (__FILE__, __LINE__,
|
||||
"Register size different to expected");
|
||||
/* FIXME: cagney/2002-05-27: Should check `nr_bytes == 0'
|
||||
indicatingthat GDB and the SIM have different ideas about
|
||||
indicating that GDB and the SIM have different ideas about
|
||||
which registers are fetchable. */
|
||||
if (sr_get_debug ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user