diff options
Diffstat (limited to 'gdb/s390-tdep.c')
-rw-r--r-- | gdb/s390-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index 4d3644e..176f170 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -586,11 +586,11 @@ s390_displaced_step_fixup (struct gdbarch *gdbarch, /* Implement displaced_step_hw_singlestep gdbarch method. */ -static int +static bool s390_displaced_step_hw_singlestep (struct gdbarch *gdbarch, struct displaced_step_closure *closure) { - return 1; + return true; } /* Prologue analysis. */ |