diff options
Diffstat (limited to 'gdb/python/py-progspace.c')
-rw-r--r-- | gdb/python/py-progspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-progspace.c b/gdb/python/py-progspace.c index 8131b66..b27ebf4 100644 --- a/gdb/python/py-progspace.c +++ b/gdb/python/py-progspace.c @@ -472,7 +472,7 @@ py_free_pspace (struct program_space *pspace, void *datum) being deleted. */ struct gdbarch *arch = target_gdbarch (); - gdbpy_enter enter_py (arch, current_language); + gdbpy_enter enter_py (arch); gdbpy_ref<pspace_object> object ((pspace_object *) datum); object->pspace = NULL; } |