gdb: ARM: Fix for memory record corruption due to 64bit addresses

gdb/ChangeLog:

2014-01-15  Omair Javaid  <omair.javaid@linaro.org>

	* arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
This commit is contained in:
Omair Javaid
2014-01-09 15:35:45 +05:00
committed by Will Newton
parent e40adcc9f8
commit bfbbec0088
2 changed files with 5 additions and 1 deletions

View File

@@ -10610,7 +10610,7 @@ vfp - VFP co-processor."),
struct arm_mem_r
{
uint32_t len; /* Record length. */
CORE_ADDR addr; /* Memory address. */
uint32_t addr; /* Memory address. */
};
/* ARM instruction record contains opcode of current insn