From: fbrosson Date: Fri, 18 May 2018 17:05:36 +0000 (+0000) Subject: Drop colon in asm snippet to make old versions of gcc happy. X-Git-Tag: v1.3.5~3^2~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bb8f1f9e8ec952458be9681a125d29627cdde9;p=thirdparty%2Fzstd.git Drop colon in asm snippet to make old versions of gcc happy. --- diff --git a/lib/common/cpu.h b/lib/common/cpu.h index 4eb48e39e..88e0ebf44 100644 --- a/lib/common/cpu.h +++ b/lib/common/cpu.h @@ -72,8 +72,7 @@ MEM_STATIC ZSTD_cpuid_t ZSTD_cpuid(void) { "cpuid\n\t" "popl %%ebx\n\t" : "=a"(f1a), "=c"(f1c), "=d"(f1d) - : "a"(1) - :); + : "a"(1)); } if (n >= 7) { __asm__(