Change SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P().

This commit is contained in:
Andrew Cagney
2001-03-20 18:16:28 +00:00
parent df087c6239
commit b0ed35899a
16 changed files with 41 additions and 22 deletions

View File

@@ -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,