mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Fixed error from manually merging patch (nw)
This commit is contained in:
parent
702a2f19ae
commit
740dec4044
@ -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;"
|
||||||
|
Loading…
Reference in New Issue
Block a user