diff options
Diffstat (limited to 'get_flags_from_cpuid.c')
-rw-r--r-- | get_flags_from_cpuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get_flags_from_cpuid.c b/get_flags_from_cpuid.c index 37bd943..20692f3 100644 --- a/get_flags_from_cpuid.c +++ b/get_flags_from_cpuid.c @@ -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" |