-
Notifications
You must be signed in to change notification settings - Fork 1
riscv_gas_use_bool_set_options
Tsukasa OI edited this page Aug 9, 2022
·
1 revision
- Branch:
riscv-gas-use-bool-set-options
- Tracking PR: #35 (view Pull Request and Diff)
- Mailing List:
- Not yet
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.