-
Notifications
You must be signed in to change notification settings - Fork 1
riscv_dis_printf_types
Tsukasa OI edited this page Aug 5, 2022
·
4 revisions
- Status: WITHDRAWN
Combined with another fixes and superseded byriscv-dis-printf-styles-and-types-1
- Branch:
riscv-dis-printf-types
- Tracking PR: #24 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2022-07-13)
- Pending (RFC): Disassembler: Check shift amount against XLEN (Idea 2)
It also touches the same location.
On printf
-like functions, %x
requires unsigned
, not int
.
This patch fixes such instances.