Fixed 32-bit build
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403916
This commit is contained in:
parent
bda0828ef8
commit
bb9b983417
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ CPU_getCPUIDFeatures(void)
|
||||||
" movl %%edi,%%ebx\n"
|
" movl %%edi,%%ebx\n"
|
||||||
: "=m" (features)
|
: "=m" (features)
|
||||||
:
|
:
|
||||||
: "%eax", "%ebx", "%ecx", "%edx", "%edi"
|
: "%eax", "%ecx", "%edx", "%edi"
|
||||||
);
|
);
|
||||||
#elif defined(__GNUC__) && defined(__x86_64__)
|
#elif defined(__GNUC__) && defined(__x86_64__)
|
||||||
__asm__ (
|
__asm__ (
|
||||||
|
@ -238,7 +238,7 @@ CPU_getCPUIDFeaturesExt(void)
|
||||||
" movl %%edi,%%ebx\n"
|
" movl %%edi,%%ebx\n"
|
||||||
: "=m" (features)
|
: "=m" (features)
|
||||||
:
|
:
|
||||||
: "%eax", "%ebx", "%ecx", "%edx", "%edi"
|
: "%eax", "%ecx", "%edx", "%edi"
|
||||||
);
|
);
|
||||||
#elif defined(__GNUC__) && defined (__x86_64__)
|
#elif defined(__GNUC__) && defined (__x86_64__)
|
||||||
__asm__ (
|
__asm__ (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue