diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 51540b3..73038a3 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -6851,7 +6851,7 @@ save_infcall_suspend_state (void) } } - inf_state = XZALLOC (struct infcall_suspend_state); + inf_state = XCNEW (struct infcall_suspend_state); if (siginfo_data) { |