PR python/20190 - compute TLS symbol without a frame
[deliverable/binutils-gdb.git] / gdb / symtab.c
index 5c4305d581855fa5a82d197bc392b8a5fa7cc89a..e776a0c9966503bdf7aecaa19522b2057e430139 100644 (file)
@@ -6092,7 +6092,7 @@ register_symbol_computed_impl (enum address_class aclass,
   gdb_assert (ops != NULL);
   gdb_assert (ops->tracepoint_var_ref != NULL);
   gdb_assert (ops->describe_location != NULL);
-  gdb_assert (ops->read_needs_frame != NULL);
+  gdb_assert (ops->get_symbol_read_needs != NULL);
   gdb_assert (ops->read_variable != NULL);
 
   return result;
This page took 0.028427 seconds and 4 git commands to generate.