Commit 69f4a19e authored by David Reid's avatar David Reid

Fix a copy/paste error.

parent 9374f5e8
...@@ -11545,7 +11545,7 @@ IMPLEMENTATION ...@@ -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;"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment