Searched hist:"18 cf3d07a2556700895c626754937e90f8e972cf" (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 18cf3d07a2556700895c626754937e90f8e972cf Thu Oct 28 18:34:10 UTC 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Extend call args using the correct opcodes
Pretending that the source is i64 when it is in fact i32 is incorrect; we have type-changing opcodes that must be used. This bug trips up the subsequent change to the optimizer.
Fixes: 4f2331e5b67a Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|