Use all_non_exited_inferiors in infrun.c
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-s390-ipa.c
index 7697cd9cbd90f790c263c2de55c1fd516d9672f4..5b90302b1eb3cddbb9d70cc82fffee767a91e64f 100644 (file)
@@ -1,7 +1,7 @@
 /* GNU/Linux S/390 specific low level interface, for the in-process
    agent library for GDB.
 
-   Copyright (C) 2016-2019 Free Software Foundation, Inc.
+   Copyright (C) 2016-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -368,7 +368,7 @@ get_ipa_tdesc (int idx)
       SET_REGMAP(s390_te_linux64_ft_collect_regmap, 0);
       return tdesc_s390_tevx_linux64;
     case S390_TDESC_GS:
-      SET_REGMAP(s390_te_ft_collect_regmap, 0);
+      SET_REGMAP(s390_te_linux64_ft_collect_regmap, 0);
       return tdesc_s390_gs_linux64;
 #endif
     default:
This page took 0.024988 seconds and 4 git commands to generate.