Fix i386 build failure "Junk character 13"
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user