minor cleanups to update_current_target
[deliverable/binutils-gdb.git] / gdb / exceptions.c
index b0b6c971db9abd18e18a82dd7088c26f50fd8935..ca80893732127057c3144c5f14fe5b4fcabbc437 100644 (file)
@@ -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;
This page took 0.024138 seconds and 4 git commands to generate.