diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index b0b6c97..ca80893 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -86,7 +86,7 @@ EXCEPTIONS_SIGJMP_BUF * exceptions_state_mc_init (volatile struct gdb_exception *exception, return_mask mask) { - struct catcher *new_catcher = XZALLOC (struct catcher); + struct catcher *new_catcher = XCNEW (struct catcher); /* Start with no exception, save it's address. */ exception->reason = 0; |