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 c7b1d7e..b309524 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -857,7 +857,7 @@ s390_analyze_prologue (struct gdbarch *gdbarch, { int i; - data->stack = make_pv_area (S390_SP_REGNUM); + data->stack = make_pv_area (S390_SP_REGNUM, gdbarch_addr_bit (gdbarch)); /* For the purpose of prologue tracking, we consider the GPR size to be equal to the ABI word size, even if it is actually larger |