diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index ea15357..4f58daa 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -525,7 +525,7 @@ default_get_ada_task_ptid (struct target_ops *self, long lwp, long tid) static enum exec_direction_kind default_execution_direction (struct target_ops *self) { - if (!target_can_execute_reverse) + if (!target_can_execute_reverse ()) return EXEC_FORWARD; else if (!target_can_async_p ()) return EXEC_FORWARD; |