tcg: Fix tcg_reg_alloc_dup*
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 1 Dec 2022 08:44:13 +0000 (00:44 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 00:20:01 +0000 (16:20 -0800)
commit36f5539cfd3f09444657e4c1f6b6b461cea2235f
tree59947695846cd2bbc16612d523b0f15626ef1131
parent7789b16d110af4fbf73310fac8fa4012925928ab
tcg: Fix tcg_reg_alloc_dup*

The assignment to mem_coherent should be done with any
modification, not simply with a newly allocated register.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c