* gdb-add-index.sh: Really remove.
[deliverable/binutils-gdb.git] / gdb / avr-tdep.c
index ef7d2a71068f6a2dbf32f8057b59c63791714b37..1b9e41139ab91448cdeb3fa2ef9f2ffd5575dc5b 100644 (file)
@@ -922,7 +922,7 @@ avr_return_value (struct gdbarch *gdbarch, struct type *func_type,
   else if (TYPE_LENGTH (valtype) <= 8)
     lsb_reg = 18;
   else
-    gdb_assert (0);
+    gdb_assert_not_reached ("unexpected type length");
 
   if (writebuf != NULL)
     {
This page took 0.024548 seconds and 4 git commands to generate.