gdb: remove TYPE_FIELDS macro
[deliverable/binutils-gdb.git] / gdb / eval.c
index 069cf5ddbc42881525034f57c5ec46cee4c4d7aa..3f23cebfb29648acd7a3953208616a2c5acadefe 100644 (file)
@@ -692,7 +692,7 @@ fake_method::fake_method (type_instance_flags flags,
 
 fake_method::~fake_method ()
 {
-  xfree (TYPE_FIELDS (&m_type));
+  xfree (m_type.fields ());
 }
 
 /* Helper for evaluating an OP_VAR_VALUE.  */
This page took 0.027207 seconds and 4 git commands to generate.