mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
2011-12-14 Pedro Alves <pedro@codesourcery.com>
* ia64-tdep.c (ia64_memory_remove_breakpoint): Use target_write_raw_memory. * m32r-tdep.c (m32r_memory_remove_breakpoint): Use target_write_raw_memory. * microblaze-linux-tdep.c (microblaze_linux_memory_remove_breakpoint): Use target_write_raw_memory. * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Use target_write_raw_memory.
This commit is contained in:
@ -163,7 +163,7 @@ m32r_memory_remove_breakpoint (struct gdbarch *gdbarch,
|
||||
}
|
||||
|
||||
/* Write contents. */
|
||||
val = target_write_memory (addr & 0xfffffffc, buf, 4);
|
||||
val = target_write_raw_memory (addr & 0xfffffffc, buf, 4);
|
||||
return val;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user