mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
2006-03-16 Michael Snyder <msnyder@redhat.com>
* target.c (push_target): Fix typo in comment.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2006-03-16 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* target.c (push_target): Fix typo in comment.
|
||||
* remote.c (remote_watch_data_address): Fix typo in comment.
|
||||
* i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
|
||||
|
||||
|
||||
@@ -675,7 +675,7 @@ push_target (struct target_ops *t)
|
||||
}
|
||||
|
||||
/* If there's already targets at this stratum, remove them. */
|
||||
/* FIXME: cagney/2003-10-15: I think this should be poping all
|
||||
/* FIXME: cagney/2003-10-15: I think this should be popping all
|
||||
targets to CUR, and not just those at this stratum level. */
|
||||
while ((*cur) != NULL && t->to_stratum == (*cur)->to_stratum)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user