Skip to content

compiler: Use util/bitset.h for system_values_read

It is currently a bitset on top of a uint64_t but there are already more than 64 values. Change to use BITSET to cover all the SYSTEM_VALUE_MAX bits.

Merge request reports