| commit | 2cfc7c876d57171dbe8a16e90218be9c1f6e1f19 | [log] [tgz] |
|---|---|---|
| author | Tsukasa OI <research_trasio@irq.a4lg.com> | Wed Jul 13 22:33:07 2022 +0900 |
| committer | Tsukasa OI <research_trasio@irq.a4lg.com> | Thu Oct 06 02:23:31 2022 +0000 |
| tree | f219d3be72917841659b28f7f94d575f05346387 | |
| parent | 9a76ca16e8fa693dafee8b64b45f25ab667c622d [diff] |
RISC-V: Fix printf argument types corresponding %x "%x" format specifier requires unsigned type, not int. This commit fixes this issue on the RISC-V disassembler. opcodes/ChangeLog: * riscv-dis.c (print_insn_args): Fix printf argument types where the format specifier is "%x".