commit | 0992a930136712e98367740598a63f655c134575 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 25 13:05:46 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 13 06:44:37 2023 -0700 |
tree | 90aec854dabd80d0cf0aa3d3cf58451e05e460f4 | |
parent | a300dad3e8e4eda8addc5f308c8ff1941f0221be [diff] |
target/hppa: Avoid use of tcg_const_i32 throughout All uses were read-write, so replace with a new allocation and initialization. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>