Fix a copy/paste error.

This commit is contained in:
David Reid
2023-05-22 17:41:20 +10:00
parent 9374f5e8d2
commit 69f4a19ef5
+1 -1
View File
@@ -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;"