X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_cpuflags.c;h=9ba9b1e70df2d48396433dbbd3e13cc2ce63b803;hb=c344eab3eecb71203681e6c5c5b64aefb2d7ad94;hp=8ba7b30e0cb20ac67537e6ac9f43b890dfba066d;hpb=dd34ff1f0e03b2c5e4a97e9fbcba5c8238aac573;p=dpdk.git diff --git a/lib/librte_eal/common/eal_common_cpuflags.c b/lib/librte_eal/common/eal_common_cpuflags.c index 8ba7b30e0c..9ba9b1e70d 100644 --- a/lib/librte_eal/common/eal_common_cpuflags.c +++ b/lib/librte_eal/common/eal_common_cpuflags.c @@ -79,7 +79,7 @@ rte_cpu_check_supported(void) fprintf(stderr, "ERROR: This system does not support \"%s\".\n" "Please check that RTE_MACHINE is set correctly.\n", - cpu_feature_table[compile_time_flags[i]].name); + rte_cpu_feature_table[compile_time_flags[i]].name); exit(1); } }