]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Drop colon in asm snippet to make old versions of gcc happy. 1140/head
authorfbrosson <fbrosson@users.noreply.github.com>
Fri, 18 May 2018 17:05:36 +0000 (17:05 +0000)
committerfbrosson <fbrosson@users.noreply.github.com>
Fri, 18 May 2018 17:05:36 +0000 (17:05 +0000)
lib/common/cpu.h

index 4eb48e39e10eb9ff3d811fddf5b2c19d54354a7f..88e0ebf44f86207afe6ddd688f9cb2dea714f14e 100644 (file)
@@ -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__(