Replace calls to abort() with calls to internal_error().
[deliverable/binutils-gdb.git] / gdb / infttrace.c
index a6fbc7f664932590fbbee0e4c4834ef3d18e713e..4ad111a5b932ba8fe5d9fb28e0292f3e33347633 100644 (file)
@@ -5775,7 +5775,7 @@ _initialize_infttrace (void)
   /* We do a lot of casts from pointers to TTRACE_ARG_TYPE; make sure
      this is okay.  */
   if (sizeof (TTRACE_ARG_TYPE) < sizeof (void *))
-    abort ();
+    internal_error (__FILE__, __LINE__, "failed internal consistency check");
 
   if (errno || (memory_page_dictionary.page_size <= 0))
     perror_with_name ("sysconf");
This page took 0.02499 seconds and 4 git commands to generate.