e0669eec | 16-Dec-2018 |
Aleksandar Markovic <amarkovic@wavecomp.com> |
disas: nanoMIPS: Remove functions that are not used
Some functions were not used at all. Compiler doesn't complain since they are class memebers. Remove them - no future usage is planned.
Reviewed-
disas: nanoMIPS: Remove functions that are not used
Some functions were not used at all. Compiler doesn't complain since they are class memebers. Remove them - no future usage is planned.
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
show more ...
|
8bae1509 | 16-Dec-2018 |
Aleksandar Markovic <amarkovic@wavecomp.com> |
disas: nanoMIPS: Fix preamble text in nanomips.* files
Fix several mistakes in preambles of nanomips disassembler source files.
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Reviewed-by: St
disas: nanoMIPS: Fix preamble text in nanomips.* files
Fix several mistakes in preambles of nanomips disassembler source files.
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
show more ...
|
1dc34be1 | 29-Apr-2018 |
Michael Clark <mjc@sifive.com> |
RISC-V: Fix missing break statement in disassembler
This fixes an issue when disassembling rv128 c.sqsp, where the code erroneously fell through to c.swsp.
Cc: Palmer Dabbelt <palmer@sifive.com> Cc
RISC-V: Fix missing break statement in disassembler
This fixes an issue when disassembling rv128 c.sqsp, where the code erroneously fell through to c.swsp.
Cc: Palmer Dabbelt <palmer@sifive.com> Cc: Sagar Karandikar <sagark@eecs.berkeley.edu> Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Cc: Alistair Francis <Alistair.Francis@wdc.com> Cc: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Clark <mjc@sifive.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
show more ...
|