diff options
Diffstat (limited to 'gdb/ocd.c')
-rw-r--r-- | gdb/ocd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -880,7 +880,7 @@ stu_put_packet (unsigned char *buf, int len) unsigned char c; if (len == 0 || len > 256) - abort (); /* Can't represent 0 length packet */ + internal_error (__FILE__, __LINE__, "failed internal consistency check"); /* Can't represent 0 length packet */ reset_packet (); |