Re: [Qemu-devel] [PATCH] tcg: Fix out-of-line generic vector compares

2018-04-05 Thread Emilio G. Cota
On Fri, Apr 06, 2018 at 11:00:15 +1000, Richard Henderson wrote: > A mistake in the type passed to sizeof, that happens to work > when the out-of-line fallback itself is using host vectors, > but fails when using only the base types. > > Reported-by: Emilio G. Cota > Signed-off-by: Richard Hender

[Qemu-devel] [PATCH] tcg: Fix out-of-line generic vector compares

2018-04-05 Thread Richard Henderson
A mistake in the type passed to sizeof, that happens to work when the out-of-line fallback itself is using host vectors, but fails when using only the base types. Reported-by: Emilio G. Cota Signed-off-by: Richard Henderson --- accel/tcg/tcg-runtime-gvec.c | 2 +- 1 file changed, 1 insertion(+)