target/alpha: Store set into rx flag
commit492f85b92adf4e6fbe15b9cd4a36d5e0c3f2c44a
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Jul 2021 01:22:19 +0000 (7 18:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Jul 2021 15:13:19 +0000 (13 08:13 -0700)
tree64766e29836c197e5ad62c32bfc91114c1f72de4
parent84abdd7d271c2df69a9d394be093efd885da7a4c
target/alpha: Store set into rx flag

A paste-o meant that we wrote back the existing value
of the RX flag rather than changing it to TMP.

Use tcg_constant_i64 while we're at it.

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