On 8/7/19 1:30 AM, tony.ngu...@bt.com wrote: > Temporarily no-op size_memop was introduced to aid the conversion of > memory_region_dispatch_{read|write} operand "unsigned size" into > "MemOp op". > > Now size_memop is implemented, again hard coded size but with > MO_{8|16|32|64}. This is more expressive and avoid size_memop calls. > > Signed-off-by: Tony Nguyen <tony.ngu...@bt.com> > --- > target/mips/op_helper.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~