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
---
tcg/optimize.c | 29 ++---
1 file changed, 18 insertions(+), 11 deletions(-)
Reviewed-by
Fixes a bug wherein raw uses of tcg_constant_internal
do not have their TempOptInfo initialized.
Signed-off-by: Richard Henderson
---
tcg/optimize.c | 29 ++---
1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/tcg/optimize.c b/tcg/optimize.c
index 76be0fc33