Fix get_supported_flags() arguments

This commit is contained in:
Tushar Gohad 2015-06-22 01:20:09 +00:00
parent 561296ddc7
commit 8ecfc72e87
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ int is_supported(int cpuid_reg, uint64_t comp_flags, int feature_bit)
int main(int argc, char** argv)
{
int feature_eax, feature_ebx, feature_ecx, feature_edx;
uint64_t supp_comp_flgs = get_supported_flags(argc, argv);
uint64_t supp_comp_flgs = get_supported_flags();
FILE *f = fopen("compiler_flags", "w");
__asm__("cpuid"