* target.c (cleanup_target): Do not initialize to_query to
return_zero.
This commit is contained in:
parent
12bffad7cc
commit
09227b3ec8
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-12-05 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* target.c (cleanup_target): Do not initialize to_query to
|
||||
return_zero.
|
||||
|
||||
2001-12-05 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* s390-tdep.c (s390_get_frame_info): Recognize argument register
|
||||
|
|
|
@ -488,9 +488,6 @@ cleanup_target (struct target_ops *t)
|
|||
de_fault (to_stop,
|
||||
(void (*) (void))
|
||||
target_ignore);
|
||||
de_fault (to_query,
|
||||
(int (*) (int, char *, char *, int *))
|
||||
return_zero);
|
||||
de_fault (to_rcmd,
|
||||
(void (*) (char *, struct ui_file *))
|
||||
tcomplain);
|
||||
|
|
Loading…
Reference in a new issue