Fixed error from manually merging patch (nw)

This commit is contained in:
R. Belmont 2012-05-28 19:47:29 +00:00
parent 702a2f19ae
commit 740dec4044

View File

@ -73,6 +73,7 @@ static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
#else #else
#ifdef __PIC__ #ifdef __PIC__
__asm__ __volatile__ (
"mov %%ebx, %%edi;" "mov %%ebx, %%edi;"
"cpuid;" "cpuid;"
"xchgl %%ebx, %%edi;" "xchgl %%ebx, %%edi;"