On 10/31/18 1:20 PM, Bastian Koppelmann wrote: > With decodetree we don't need to convert RISC-V opcodes into to MemOps > as the old gen_load() did. > > Reviewed-by: Richard Henderson <[email protected]> > Signed-off-by: Bastian Koppelmann <[email protected]> > Signed-off-by: Peer Adelt <[email protected]><Paste>
Reviewed-by: Richard Henderson <[email protected]> > +static bool gen_load(DisasContext *ctx, arg_lb *a, int memop) Better with TCGMemOp instead of int. r~
