diff options
Diffstat (limited to 'gdb/s390-linux-nat.c')
-rw-r--r-- | gdb/s390-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/s390-linux-nat.c b/gdb/s390-linux-nat.c index 3bb99c8..342bca0 100644 --- a/gdb/s390-linux-nat.c +++ b/gdb/s390-linux-nat.c @@ -678,7 +678,7 @@ s390_read_description (struct target_ops *ops) { CORE_ADDR hwcap = 0; - target_auxv_search (¤t_target, AT_HWCAP, &hwcap); + target_auxv_search (current_target, AT_HWCAP, &hwcap); have_regset_tdb = (hwcap & HWCAP_S390_TE) && check_regset (tid, NT_S390_TDB, s390_sizeof_tdbregset); |