* s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
[deliverable/binutils-gdb.git] / gdb / s390-tdep.c
index b8a220fdaa7c3314d9e09cbb9711c1eb64d8355d..8edabb516bc78440047cb9add54a6c641b75c4a0 100644 (file)
@@ -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)
     {
This page took 0.024543 seconds and 4 git commands to generate.