diff options
Diffstat (limited to 'sim/m32c/load.h')
-rw-r--r-- | sim/m32c/load.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/load.h b/sim/m32c/load.h index b9161a0..b96a049 100644 --- a/sim/m32c/load.h +++ b/sim/m32c/load.h @@ -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 *); |