target/riscv: Remove gen_system()
commit8f7bc273868939f0821e07fb23792db63d45bffb
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Feb 2019 15:54:08 +0000 (13 07:54 -0800)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Mar 2019 09:40:50 +0000 (13 10:40 +0100)
treea91cbf89199b795b6c98e8462e5f0231e3b9200e
parent8dc9e8a8b04c4308cf275aa6480d289dcd3cf9b3
target/riscv: Remove gen_system()

with all 16 bit insns moved to decodetree no path is falling back to
gen_system(), so we can remove it.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Peer Adelt <peer.adelt@hni.uni-paderborn.de>
target/riscv/translate.c