commit | 93418f1ce98e2278881f4c47833a788ef07f4767 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 26 09:30:42 2022 -0700 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 28 13:38:16 2022 +0100 |
tree | ca0ffb7b169afb18770a97606d6c3eecf48b2bab | |
parent | 392acacc1eccb05b0f3c98c75fd03e9a4c1aa884 [diff] |
target/arm: Use tcg_constant for do_brk{2,3} In these cases, 't' did double-duty as zero source and temporary destination. Split the two uses and narrow the scope of the temp. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20220426163043.100432-47-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>