Replace calls to abort() with calls to internal_error().
[deliverable/binutils-gdb.git] / gdb / remote-es.c
index 0500a14bb6d6e20e9b165b5c05a9e466482efcd8..764af505ee1b91b5a1c69c19fd46dbeef5d14282 100644 (file)
@@ -1031,7 +1031,7 @@ es1800_read_bytes (CORE_ADDR memaddr, char *myaddr, int len)
 
   if (len > PBUFSIZ / 2 - 1)
     {
-      abort ();
+      internal_error (__FILE__, __LINE__, "failed internal consistency check");
     }
 
   if (len == 1)                        /* The emulator does not like expressions like:  */
This page took 0.023739 seconds and 4 git commands to generate.