forked from Imagelibrary/binutils-gdb
Change SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P().
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user