aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r--gdb/python/python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c
index e56d246..d3dea08 100644
--- a/gdb/python/python.c
+++ b/gdb/python/python.c
@@ -254,7 +254,7 @@ gdbpy_enter::get_gdbarch ()
void
gdbpy_enter::finalize ()
{
- python_gdbarch = target_gdbarch ();
+ python_gdbarch = current_inferior ()->arch ();
}
/* A helper class to save and restore the GIL, but without touching