mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +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.
|
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__ (
|
__asm__ __volatile__ (
|
||||||
"xchg{l} {%%}ebx, %k1;"
|
"xchg{l} {%%}ebx, %k1;"
|
||||||
"cpuid;"
|
"cpuid;"
|
||||||
|
|||||||
Reference in New Issue
Block a user