In globals.hpp it says the following about PrintFlagsRanges:
product(bool, PrintFlagsRanges, false, \
"Print VM flags and their ranges and exit VM")
PrintFlagsRanges does print flags and ranges but does not exit the VM. The text in globals.hpp should be corrected .
product(bool, PrintFlagsRanges, false, \
"Print VM flags and their ranges and exit VM")
PrintFlagsRanges does print flags and ranges but does not exit the VM. The text in globals.hpp should be corrected .