changeset 42070 | 675775c33ab6 |
parent 40121 | 73fef626dae3 |
--- a/contrib/python-zstandard/zstd/common/cpu.h Thu Apr 04 15:24:03 2019 -0700 +++ b/contrib/python-zstandard/zstd/common/cpu.h Thu Apr 04 17:34:43 2019 -0700 @@ -78,7 +78,7 @@ __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)