diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index 57bfd87..7239fdb 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -203,7 +203,8 @@ procfs_open (char *arg, int from_tty) else { if (sysinfo->type != - nto_map_arch_to_cputype (TARGET_ARCHITECTURE->arch_name)) + nto_map_arch_to_cputype (gdbarch_bfd_arch_info + (current_gdbarch)->arch_name)) { close (fd); error (_("Invalid target CPU.")); |