Remove ATTRIBUTE_UNUSED check from ARI
[deliverable/binutils-gdb.git] / sim / m32c / load.h
index ee8205223bc9b821acccdd215147a9205e7d8d1a..2e3b83adad025824156546c9be6b7c3637b5710e 100644 (file)
@@ -1,6 +1,6 @@
 /* load.h --- interface to loading object files into the M32C simulator.
 
-Copyright (C) 2005, 2007, 2008 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.
@@ -23,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.024572 seconds and 4 git commands to generate.