commit | 948f88661c68307162dc4241144d87dc7772ca8d | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 27 08:57:05 2021 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 13 08:41:49 2021 -0700 |
tree | 7d5c137e71707723a517a1936a00947dc7160c6f | |
parent | b4c8f3d4dddcb6e547e1ba318f60ae9566743db1 [diff] |
target/mips: Use cpu_*_data_ra for msa load/store We should not have been using the helper_ret_* set of functions, as they are supposed to be private to tcg. Nor should we have been using the plain cpu_*_data set of functions, as they do not handle unwinding properly. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>