Manage objfiles with shared_ptr
[deliverable/binutils-gdb.git] / gdb / python / py-xmethods.c
index 8606f40975029fa1e955128d50855587970317b4..650666eda2bb2fbd0107d721a4bbccc07923224b 100644 (file)
@@ -580,7 +580,7 @@ python_xmethod_worker::invoke (struct value *obj,
     }
   else
     {
-      res = allocate_value (lookup_typename (python_language, python_gdbarch,
+      res = allocate_value (lookup_typename (python_language,
                                             "void", NULL, 0));
     }
 
This page took 0.025801 seconds and 4 git commands to generate.