On 28/10/23 21:44, Richard Henderson wrote:
Fixes a bug wherein raw uses of tcg_constant_internal do not have their TempOptInfo initialized.Signed-off-by: Richard Henderson <[email protected]> --- tcg/optimize.c | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
