On 3/11/21 3:39 PM, Richard Henderson wrote: > We are currently using the "natural" size routine, which > uses 64-bits on a 64-bit host. The TCGMemOpIdx operand > has 11 bits, so we can safely reduce to 32-bits. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tci.c | 8 ++++---- > tcg/tci/tcg-target.c.inc | 4 ++-- > 2 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>