diff options
Diffstat (limited to 'gdb/v850ice.c')
-rw-r--r-- | gdb/v850ice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/v850ice.c b/gdb/v850ice.c index c36e756..44a8f1d 100644 --- a/gdb/v850ice.c +++ b/gdb/v850ice.c @@ -441,7 +441,7 @@ v850ice_wait (ptid_t ptid, struct target_waitstatus *status) { if (count++ % 100000) { - ui_loop_hook (0); + deprecated_ui_loop_hook (0); count = 0; } |