mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* 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.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user