mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
2005-05-03 Joel Sherrill <joel@OARcorp.com>
* librdbg/src/ptrace.c: Remove warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* librdbg/src/ptrace.c: Remove warning.
|
||||
|
||||
2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* libchip/network/dec21140.c, libchip/network/elnk.c,
|
||||
|
||||
@@ -133,7 +133,8 @@ ptrace (int request, int pid, char *addr, int data, char *addr2)
|
||||
*/
|
||||
|
||||
if (diag == 0) {
|
||||
copyback_data_cache_and_invalidate_instr_cache (addr, sizeof data);
|
||||
copyback_data_cache_and_invalidate_instr_cache(
|
||||
(unsigned char *)addr, sizeof data);
|
||||
return 0;
|
||||
}
|
||||
goto mem_error;
|
||||
|
||||
Reference in New Issue
Block a user