Drop colon in asm snippet to make old versions of gcc happy.

This commit is contained in:
fbrosson
2018-05-18 17:05:36 +00:00
parent 9938b17d4c
commit 16bb8f1f9e
+1 -2
View 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__(