aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/value.c')
-rw-r--r--gdb/value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c
index d1c37e3..e5754d0 100644
--- a/gdb/value.c
+++ b/gdb/value.c
@@ -1917,7 +1917,7 @@ value_static_field (struct type *type, int fieldno)
break;
}
default:
- gdb_assert (0);
+ gdb_assert_not_reached ("unexpected field location kind");
}
return retval;