bzero -> memset

This commit is contained in:
K. Richard Pixley
1993-09-01 21:56:42 +00:00
parent 9823e3f4c9
commit 4ed97c9a83
20 changed files with 69 additions and 58 deletions

View File

@@ -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 */