X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sim%2Fm32c%2Fload.h;h=2e3b83adad025824156546c9be6b7c3637b5710e;hb=fe33e22e7b2ef36f564df92c7259728eaf2e5028;hp=22849cd8c0e3e7ed8c4bc6190118645cccabd18b;hpb=8acc9f485bba28b65935dcc3498d9f3b712ddac7;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/m32c/load.h b/sim/m32c/load.h index 22849cd8c0..2e3b83adad 100644 --- a/sim/m32c/load.h +++ b/sim/m32c/load.h @@ -1,6 +1,6 @@ /* load.h --- interface to loading object files into the M32C simulator. -Copyright (C) 2005-2013 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 . */ extern int default_machine; -void m32c_set_mach (int mach); +void m32c_set_mach (unsigned long mach); void m32c_load (bfd *);