Skip to content

riscv_dis_shift_xlen

Tsukasa OI edited this page Aug 5, 2022 · 3 revisions

Disassembler: Check shift amount against XLEN (Idea 1)

Conflicts With

Issue Solved

In the disassembler, there's no validation whether shift amount is valid on specific architecture.

This patchset changes that by adding xlen argument to match_func (in opcode entry).

Clone this wiki locally