Fix indentation in print_thread_info_1
[deliverable/binutils-gdb.git] / sim / m32c / load.h
index f5354350701a88c21a3430dbd80f8405e6e31f69..2e3b83adad025824156546c9be6b7c3637b5710e 100644 (file)
@@ -1,7 +1,6 @@
 /* load.h --- interface to loading object files into the M32C simulator.
 
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005-2019 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -24,5 +23,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern int default_machine;
 
-void m32c_set_mach (int mach);
+void m32c_set_mach (unsigned long mach);
 void m32c_load (bfd *);
This page took 0.027247 seconds and 4 git commands to generate.