diff options
Diffstat (limited to 'gdb/s390-tdep.c')
-rw-r--r-- | gdb/s390-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index d9407ef..ca7ecc7 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -1307,7 +1307,7 @@ s390_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc) exactly one case: when pc points to that branch instruction. Thus we try to disassemble the one instructions immediately - preceeding pc and check whether it is an LM-type instruction + preceding pc and check whether it is an LM-type instruction modifying the stack pointer. Note that disassembling backwards is not reliable, so there |