mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
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:
@@ -12509,6 +12509,8 @@ static MA_INLINE void ma_yield(void)
|
|||||||
__asm pause;
|
__asm pause;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#elif defined(__chibicc__)
|
||||||
|
/* No op. */
|
||||||
#else
|
#else
|
||||||
__asm__ __volatile__ ("rep; nop");
|
__asm__ __volatile__ ("rep; nop");
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user