1
0

fix ISE 12 support on 64bit

This commit is contained in:
Michael Gernoth 2010-05-23 17:01:17 +02:00
parent daa4fc041d
commit 80a14787b9

View File

@ -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;