Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / cp-abi.c
index d95b1404dce6578860e1e8267fa1142ab809b601..bbb74d426382fa0662d8b78340e5dc51793fb51f 100644 (file)
@@ -109,7 +109,8 @@ value_rtti_type (struct value *v, int *full,
 {
   struct type *ret = NULL;
 
-  if ((current_cp_abi.rtti_type) == NULL)
+  if ((current_cp_abi.rtti_type) == NULL
+      || !HAVE_CPLUS_STRUCT (check_typedef (value_type (v))))
     return NULL;
   try
     {
This page took 0.042107 seconds and 4 git commands to generate.