aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-array.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-array.c')
-rw-r--r--gdb/remote-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-array.c b/gdb/remote-array.c
index f6f174f..795a645 100644
--- a/gdb/remote-array.c
+++ b/gdb/remote-array.c
@@ -1062,7 +1062,7 @@ array_insert_breakpoint (addr, shadow)
{
int i;
int bp_size = 0;
- int bp_addr = addr;
+ CORE_ADDR bp_addr = addr;
debuglogs (1, "array_insert_breakpoint() addr = 0x%x", addr);
BREAKPOINT_FROM_PC (&bp_addr, &bp_size);