Index: build/premake/premake5/contrib/mbedtls/library/padlock.c =================================================================== --- build/premake/premake5/contrib/mbedtls/library/padlock.c +++ build/premake/premake5/contrib/mbedtls/library/padlock.c @@ -58,10 +58,10 @@ "cpuid \n\t" "cmpl $0xC0000001, %%eax \n\t" "movl $0, %%edx \n\t" - "jb unsupported \n\t" + "jb 1f \n\t" "movl $0xC0000001, %%eax \n\t" "cpuid \n\t" - "unsupported: \n\t" + "1: \n\t" "movl %%edx, %1 \n\t" "movl %2, %%ebx \n\t" : "=m" (ebx), "=m" (edx)