commit
787532b91a
|
@ -78,7 +78,7 @@ MEM_STATIC ZSTD_cpuid_t ZSTD_cpuid(void) {
|
||||||
__asm__(
|
__asm__(
|
||||||
"pushl %%ebx\n\t"
|
"pushl %%ebx\n\t"
|
||||||
"cpuid\n\t"
|
"cpuid\n\t"
|
||||||
"movl %%ebx, %%eax\n\r"
|
"movl %%ebx, %%eax\n\t"
|
||||||
"popl %%ebx"
|
"popl %%ebx"
|
||||||
: "=a"(f7b), "=c"(f7c)
|
: "=a"(f7b), "=c"(f7c)
|
||||||
: "a"(7), "c"(0)
|
: "a"(7), "c"(0)
|
||||||
|
|
Loading…
Reference in New Issue