From e1e9e218c189882084a89fdee655a0a523efbaf8 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 25 Feb 2001 04:45:12 +0000 Subject: Replace calls to abort() with calls to internal_error(). --- gdb/infttrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infttrace.c') diff --git a/gdb/infttrace.c b/gdb/infttrace.c index a6fbc7f..4ad111a 100644 --- a/gdb/infttrace.c +++ b/gdb/infttrace.c @@ -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"); -- cgit v1.1