mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-23 18:33:22 +03:00
mipsel: allocator: Disable musttail compile error
This commit is contained in:
parent
4ce5158ab3
commit
e5461985c7
@ -138,7 +138,7 @@
|
|||||||
// PA_MUSTTAIL return Func1(d + 1); // `Func1()` will be tail-called.
|
// PA_MUSTTAIL return Func1(d + 1); // `Func1()` will be tail-called.
|
||||||
// }
|
// }
|
||||||
// ```
|
// ```
|
||||||
#if PA_HAS_CPP_ATTRIBUTE(clang::musttail)
|
#if PA_HAS_CPP_ATTRIBUTE(clang::musttail) && !defined(__MIPSEL__)
|
||||||
#define PA_MUSTTAIL [[clang::musttail]]
|
#define PA_MUSTTAIL [[clang::musttail]]
|
||||||
#else
|
#else
|
||||||
#define PA_MUSTTAIL
|
#define PA_MUSTTAIL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user