aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa/tm-hppa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/pa/tm-hppa.h')
-rw-r--r--gdb/config/pa/tm-hppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index 55e5774..3dd646d 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -351,7 +351,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
unsigned this_insn; \
unsigned address; \
\
- bzero (&frame_saved_regs, sizeof frame_saved_regs); \
+ memset (&frame_saved_regs, '\0', sizeof frame_saved_regs); \
if ((frame_info->pc >= (frame_info)->frame \
&& (frame_info)->pc <= ((frame_info)->frame + CALL_DUMMY_LENGTH \
+ 32 * 4 + (NUM_REGS - FP0_REGNUM) * 8 \