aboutsummaryrefslogtreecommitdiff
path: root/gdb/rdi-share/ardi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/rdi-share/ardi.c')
-rw-r--r--gdb/rdi-share/ardi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/rdi-share/ardi.c b/gdb/rdi-share/ardi.c
index d7092dd..598d9a9 100644
--- a/gdb/rdi-share/ardi.c
+++ b/gdb/rdi-share/ardi.c
@@ -1413,8 +1413,8 @@ static int angel_RDI_ExecuteOrStep(PointHandle *handle, word type,
signal(SIGINT, ardi_sigint_handler);
while( executing )
{
- if (ui_loop_hook)
- ui_loop_hook(0);
+ if (deprecated_ui_loop_hook)
+ deprecated_ui_loop_hook(0);
if (interrupt_request || stop_request)
{