diff options
Diffstat (limited to 'gdb/remote-sds.c')
-rw-r--r-- | gdb/remote-sds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index 2240327..f7c364a 100644 --- a/gdb/remote-sds.c +++ b/gdb/remote-sds.c @@ -746,7 +746,7 @@ putmessage (unsigned char *buf, int len) and giving it a checksum. */ if (len > 170) /* Prosanity check */ - abort (); + internal_error (__FILE__, __LINE__, "failed internal consistency check"); if (remote_debug) { |