crash printing non-local variable from nested subprogram
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index 1e684328054297200efe6ce14b28bc74ea6cf8f7..f8338f418bf8a2bc88bff1f435c7276231fe1b1a 100644 (file)
@@ -4376,7 +4376,7 @@ cross_ref (int fd, union aux_ext *ax, struct type **tpp,
   int xref_fd;
   struct mdebug_pending *pend;
 
-  *tpp = (struct type *) NULL;
+  *tpp = NULL;
 
   (*debug_swap->swap_rndx_in) (bigend, &ax->a_rndx, rn);
 
This page took 0.023957 seconds and 4 git commands to generate.