On 10/31/18 1:19 PM, Bastian Koppelmann wrote: > CPURISCVState is rarely used, so there is no need to pass it to every > translate function. This paves the way for decodetree which only passes > DisasContext to translate functions. > > Reviewed-by: Palmer Dabbelt <[email protected]> > Signed-off-by: Bastian Koppelmann <[email protected]> > --- > target/riscv/translate.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
