mipsel: allocator: Disable musttail compile error
parent
bfa135f8d5
commit
227e063336
|
@ -139,7 +139,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…
Reference in New Issue