mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
instead of CORE_ADDR for "amode".
This commit is contained in:
parent
0505e9020e
commit
beaabab239
@ -1,3 +1,8 @@
|
||||
2009-09-29 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
|
||||
instead of CORE_ADDR for "amode".
|
||||
|
||||
2009-09-29 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ia64-tdep.c: Update the comments on how we insert/remove
|
||||
|
@ -1230,7 +1230,7 @@ s390_displaced_step_fixup (struct gdbarch *gdbarch,
|
||||
|
||||
/* Get current PC and addressing mode bit. */
|
||||
CORE_ADDR pc = regcache_read_pc (regs);
|
||||
CORE_ADDR amode = 0;
|
||||
ULONGEST amode = 0;
|
||||
|
||||
if (register_size (gdbarch, S390_PSWA_REGNUM) == 4)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user