1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/cpuid_tool
The Tumultuous Unicorn Of Darkness b7940c7029
Fix a regression in cpuid_tool when ident_required=0 for arg
In 2b8023f733, I had to update the behavior of cpuid_tool to loop over all data.cpu_types items.
I did not realize since this change, it was not entering the loop for args with ident_required=0, because data.num_cpu_types was always 0, so print_info() was never called for such args.

In other words, args like --rdmsr or --cpuid did nothing due to this regression. This commit fix this regression.
2024-07-31 16:33:40 +02:00
..
CMakeLists.txt
cpuid_tool.c Fix a regression in cpuid_tool when ident_required=0 for arg 2024-07-31 16:33:40 +02:00
cpuid_tool.dsp
cpuid_tool_vc10.vcxproj
cpuid_tool_vc10.vcxproj.filters
cpuid_tool_vc71.vcproj
Makefile.am
Makefile.x64