diff options
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 4139bbc..20d5446 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -3884,9 +3884,9 @@ mips_gdbarch_init (struct gdbarch_info info, { /* MIPS needs to be pedantic about which ABI the object is using. */ - if (gdbarch_tdep (current_gdbarch)->elf_flags != elf_flags) + if (gdbarch_tdep (arches->gdbarch)->elf_flags != elf_flags) continue; - if (gdbarch_tdep (current_gdbarch)->mips_abi != mips_abi) + if (gdbarch_tdep (arches->gdbarch)->mips_abi != mips_abi) continue; return arches->gdbarch; } |