Add an extra void* cast to work around a bug in FreeBSD-gcc inherited

from Apple.
This commit is contained in:
David Chisnall 2014-04-03 08:08:36 +00:00
parent cf44c89bba
commit 02da4cb451

View File

@ -60,4 +60,4 @@
int flags;\
int reserved;\
void (*invoke)(void *, ...);\
}*)x)->invoke)
}*)(void*)x)->invoke)