mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
bzero -> memset
This commit is contained in:
@@ -189,7 +189,7 @@ get_frame_saved_regs (frame_info, frame_saved_regs)
|
||||
CORE_ADDR pc;
|
||||
int w;
|
||||
|
||||
bzero (frame_saved_regs, sizeof (*frame_saved_regs));
|
||||
memset (frame_saved_regs, '\0', sizeof (*frame_saved_regs));
|
||||
pc = get_pc_function_start (frame_info->pc);
|
||||
|
||||
/* wander down the instruction stream */
|
||||
|
||||
Reference in New Issue
Block a user