commit | dac8d19bdb3ccaafbcbd2df34135464964232a8f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Aug 10 21:05:31 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 06 08:04:26 2022 +0100 |
tree | d711154d8174c0e67067213cf61a90db1b37db5c | |
parent | 9867b30287ec98728e52ed49d03c666e86c90a04 [diff] |
accel/tcg: Remove translator_ldsw The only user can easily use translator_lduw and adjust the type to signed during the return. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Tested-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>