diff options
Diffstat (limited to 'lib/common/cpu.h')
-rw-r--r-- | lib/common/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/cpu.h b/lib/common/cpu.h index eeb428ad5f6a5..5f0923fc9289a 100644 --- a/lib/common/cpu.h +++ b/lib/common/cpu.h @@ -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) |