From: Michael Gernoth Date: Sun, 23 May 2010 15:01:17 +0000 (+0200) Subject: fix ISE 12 support on 64bit X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/commitdiff_plain/80a14787b97779d86558f414d23f7058b8654c94?ds=sidebyside fix ISE 12 support on 64bit --- diff --git a/usb-driver.c b/usb-driver.c index 44a280b..55a7463 100644 --- a/usb-driver.c +++ b/usb-driver.c @@ -662,7 +662,7 @@ int semop (int __semid, struct sembuf *__sops, size_t __nsops) { * open() anymore... * echo '_Z14isModuleLoadedPci' | c++filt */ -int _Z14isModuleLoadedPci(char *module_name, int i) { +long int _Z14isModuleLoadedPci(char *module_name, int i) { DPRINTF("_Z14isModuleLoadedPci: Checking for module %s (%d)\n", module_name, i); return 1;