1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-20 23:01:51 +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 fix installation of BUNDLE if iOS (#154) 2021-07-16 01:47:17 +03:00
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 Remove all trailling spaces 2020-05-09 17:34:07 +02:00
cpuid_tool_vc10.vcxproj Remove all trailling spaces 2020-05-09 17:34:07 +02:00
cpuid_tool_vc10.vcxproj.filters Remove all trailling spaces 2020-05-09 17:34:07 +02:00
cpuid_tool_vc71.vcproj Remove all trailling spaces 2020-05-09 17:34:07 +02:00
Makefile.am Update .am files about the vc9->vc10 file change. 2016-07-10 04:27:35 +03:00
Makefile.x64 Remove all trailling spaces 2020-05-09 17:34:07 +02:00