mipsel: allocator: Disable musttail compile error

147.0.7727.49
klzgrad 2024-11-20 20:30:35 +08:00
parent 19193b0491
commit 79965d8ccc
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,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