summaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-25 19:46:08 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-25 19:46:08 +0000
commit33885daaa2a1ed3273a652135807ee2776673eff (patch)
tree85525640fcecd74e6185c7a06e16fdc68812c63a /gdb/remote-sim.c
parent8577f3622e227d9fa0ba20c7c8fb4b60ce446543 (diff)
downloadgdb-33885daaa2a1ed3273a652135807ee2776673eff.tar.gz
2004-06-25 Andrew Cagney <cagney@gnu.org>
* defs.h (deprecated_ui_loop_hook): Deprecated. * wince.c (child_wait): Update. * win32-nat.c (child_wait): Update. * v850ice.c (v850ice_wait): Update. * top.c (deprecated_ui_loop_hook): Update. * serial.h: Update. * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) (do_unix_readchar): Update. * ser-tcp.c (net_open): Update. * remote-sim.c (gdb_os_poll_quit): Update. * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index e058311a73d..a1be90e0e3a 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -632,8 +632,8 @@ gdbsim_stop (void)
static int
gdb_os_poll_quit (host_callback *p)
{
- if (ui_loop_hook != NULL)
- ui_loop_hook (0);
+ if (deprecated_ui_loop_hook != NULL)
+ deprecated_ui_loop_hook (0);
if (quit_flag) /* gdb's idea of quit */
{