mipsel: allocator: Disable musttail compile error
parent
544188ce08
commit
dc3182d630
|
|
@ -163,7 +163,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
|
||||
|
|
|
|||
Loading…
Reference in New Issue