aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-array.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-11-26 10:36:45 +0000
committerAndrew Cagney <cagney@redhat.com>1998-11-26 10:36:45 +0000
commit07137a112dc3cdf1ceafe58c3c0cdcb79ee5f3d7 (patch)
tree85dd43c9de9ea8d822a447cbaa493c0489fabe04 /gdb/remote-array.c
parentf1b2a4d619ff7427f4d1b9674a98f8799c74d594 (diff)
downloadgdb-07137a112dc3cdf1ceafe58c3c0cdcb79ee5f3d7.zip
gdb-07137a112dc3cdf1ceafe58c3c0cdcb79ee5f3d7.tar.gz
gdb-07137a112dc3cdf1ceafe58c3c0cdcb79ee5f3d7.tar.bz2
* rs6000-tdep.c (rs6000_breakpoint_from_pc): Change big_breakpoint
and little_breakpoint to char[] from char*. * remote-array.c (array_insert_breakpoint): Change bp_addr to CORE_ADDR type.
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);