On 9/12/22 13:26, Milica Lazarevic wrote:
Following functions just wrap the decode_gpr_gpr3() function: - encode_rs3_and_check_rs3_ge_rt3() - encode_rs3_and_check_rs3_lt_rt3() Therefore those have been deleted. Calls to these two functions have been replaced with calls to decode_gpr_gpr3.Signed-off-by: Milica Lazarevic<[email protected]> --- disas/nanomips.cpp | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
