Skip to content

riscv_gas_use_bool_set_options

Tsukasa OI edited this page Aug 9, 2022 · 1 revision

GAS: Use bool on riscv_set_options members

Feature Description

All members of struct riscv_set_options are safe to be bool.

Making them from int to bool not just shrink the size of the structure, it improves clarity of the code.

Clone this wiki locally