Fix i386 build failure "Junk character 13"

This commit is contained in:
Ryan Schmidt
2018-11-16 02:16:21 -06:00
parent f15f1bfefb
commit ef4df0df4a
+1 -1
View File
@@ -78,7 +78,7 @@ MEM_STATIC ZSTD_cpuid_t ZSTD_cpuid(void) {
__asm__(
"pushl %%ebx\n\t"
"cpuid\n\t"
"movl %%ebx, %%eax\n\r"
"movl %%ebx, %%eax\n\t"
"popl %%ebx"
: "=a"(f7b), "=c"(f7c)
: "a"(7), "c"(0)