Work around Travis "virtual memory exhausted" error
[openssl.git] / crypto / x86cpuid.pl
index 9d2f34eb8da03ab497bb943287d8aea93737a73f..1266d7634c152777f98896f4ca89a86c679ee2ea 100644 (file)
@@ -14,7 +14,7 @@ $output = pop;
 open OUT,">$output";
 *STDOUT=*OUT;
 
-&asm_init($ARGV[0],"x86cpuid");
+&asm_init($ARGV[0]);
 
 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }