Fix build for CPU yield

pull/810/head v149.0.7827.114-1
klzgrad 2026-06-14 09:09:44 +08:00
parent ecff3a1fee
commit 0c9492f300
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ static inline void YieldProcessor() {
// See also https://sourceware.org/pipermail/libc-alpha/2024-June/157737.html
__asm__ __volatile__(".insn i 0x0f, 0, x0, x0, 0x010");
#else
#error "Unsupported architecture for YieldProcessor()"
#endif // ARCH
}