mipsel: allocator: Disable musttail compile error

This commit is contained in:
klzgrad 2024-11-20 20:30:35 +08:00
parent eeaef4f37d
commit 32f4333473

View file

@ -139,7 +139,7 @@
// 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]]
#else
#define PA_MUSTTAIL