commit | 306c872103b4d0986c9f671eb7538b0b70bf69b5 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Aug 11 13:48:03 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 06 08:04:26 2022 +0100 |
tree | 17360b109ccbc2357188396e082ed033cd13ef9e | |
parent | dac8d19bdb3ccaafbcbd2df34135464964232a8f [diff] |
accel/tcg: Add pc and host_pc params to gen_intermediate_code Pass these along to translator_loop -- pc may be used instead of tb->pc, and host_pc is currently unused. Adjust all targets at one time. Acked-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>