gdb: Remove cleanup from linux_nat_target::follow_fork
[deliverable/binutils-gdb.git] / gdb / gdbarch-selftests.c
index af97c7de2f0348932bcf83f39c56629040e84343..50062abe8ae401803e956f4ac300230c77397b5f 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for gdbarch for GDB, the GNU debugger.
 
-   Copyright (C) 2017-2018 Free Software Foundation, Inc.
+   Copyright (C) 2017-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -72,7 +72,7 @@ register_to_value_test (struct gdbarch *gdbarch)
 
   /* Error out if debugging something, because we're going to push the
      test target, which would pop any existing target.  */
-  if (current_top_target ()->to_stratum >= process_stratum)
+  if (current_top_target ()->stratum () >= process_stratum)
    error (_("target already pushed"));
 
   /* Create a mock environment.  An inferior with a thread, with a
This page took 0.025936 seconds and 4 git commands to generate.