diff options
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r-- | gdb/infptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c index 0a3e34d..e41ca03 100644 --- a/gdb/infptrace.c +++ b/gdb/infptrace.c @@ -273,7 +273,7 @@ child_resume (int pid, int step, enum target_signal signal) if (step) { - if (SOFTWARE_SINGLE_STEP_P) + if (SOFTWARE_SINGLE_STEP_P ()) internal_error (__FILE__, __LINE__, "failed internal consistency check"); /* Make sure this doesn't happen. */ else ptrace (PT_STEP, pid, (PTRACE_ARG3_TYPE) 1, |