mirror of
https://github.com/frida/tinycc
synced 2024-12-18 03:12:44 +03:00
zfunc works again on ARM after Pursuer fix
This commit is contained in:
parent
bf09349f8e
commit
325241c0de
@ -15,18 +15,10 @@ void qfunc()
|
|||||||
printf("qfunc()\n");
|
printf("qfunc()\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(__ARMEL__)
|
|
||||||
/*
|
|
||||||
* At least on ARM (like RPi), zfunc below fails with something like:
|
|
||||||
* +tcc: error: can't relocate value at 1ef93bc,1
|
|
||||||
* Test is temporary removed for this architecture until ARM maintainers
|
|
||||||
* see what happens with this test.
|
|
||||||
*/
|
|
||||||
void zfunc()
|
void zfunc()
|
||||||
{
|
{
|
||||||
((void (*)(void))0) ();
|
((void (*)(void))0) ();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user