| commit | 0b29090a68beb4ad12897f97c446901d331ca45e | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 25 09:48:58 2023 -1000 |
| committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 13 06:44:38 2023 -0700 |
| tree | 483f9a1491b08518d511f4b9d1f790ffac5c4973 | |
| parent | f04de891b503aa11dc9931b48090db8e8fcbba6f [diff] |
target/arm: Use rmode >= 0 for need_rmode Initialize rmode to -1 instead of keeping two variables. This is already used elsewhere in translate-a64.c. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>