diff options
Diffstat (limited to 'gdb/python/py-connection.c')
-rw-r--r-- | gdb/python/py-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-connection.c b/gdb/python/py-connection.c index 7c33a1f..4cdd6ab 100644 --- a/gdb/python/py-connection.c +++ b/gdb/python/py-connection.c @@ -161,7 +161,7 @@ connpy_connection_removed (process_stratum_target *target) if (!gdb_python_initialized) return; - gdbpy_enter enter_py (get_current_arch (), current_language); + gdbpy_enter enter_py; if (!evregpy_no_listeners_p (gdb_py_events.connection_removed)) if (emit_connection_event (target, gdb_py_events.connection_removed) < 0) |