On 2/17/21 9:19 PM, Richard Henderson wrote: > Use explicit casts for ext16u opcodes, and allow truncation > to happen with the store for st16 opcodes, and with the call > for bswap16 opcodes. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tci.c | 28 +++++++--------------------- > 1 file changed, 7 insertions(+), 21 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>