diff options
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index 235477c..71c4063 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -321,7 +321,7 @@ python_interactive_command (char *arg, int from_tty) arg = skip_spaces (arg); - ensure_python_env (get_current_arch (), current_language); + gdbpy_enter enter_py (get_current_arch (), current_language); if (arg && *arg) { |