mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix a copy/paste error.
This commit is contained in:
+1
-1
@@ -11545,7 +11545,7 @@ IMPLEMENTATION
|
||||
|
||||
What's basically happening is that we're saving and restoring the ebx register manually.
|
||||
*/
|
||||
#if defined(DRFLAC_X86) && defined(__PIC__)
|
||||
#if defined(MA_X86) && defined(__PIC__)
|
||||
__asm__ __volatile__ (
|
||||
"xchg{l} {%%}ebx, %k1;"
|
||||
"cpuid;"
|
||||
|
||||
Reference in New Issue
Block a user