Minor chibicc fix.

This commit does not make miniaudio compilable with chibicc. Additional
work is required in c89atomic which will come later.
This commit is contained in:
David Reid
2026-03-15 08:55:36 +10:00
parent d50152e382
commit b91098312d
+2
View File
@@ -12509,6 +12509,8 @@ static MA_INLINE void ma_yield(void)
__asm pause;
#endif
#endif
#elif defined(__chibicc__)
/* No op. */
#else
__asm__ __volatile__ ("rep; nop");
#endif