]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg/plugin: Avoid duplicate copy in copy_call
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 10 Nov 2022 13:16:36 +0000 (23:16 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 19:41:29 +0000 (11:41 -0800)
commitada4cb0c1cba89df3b00b6a92a6c1523c30f4396
tree9127508fefcaf681a26c9af83e258fc2bce45d05
parent05d019abab15882ae726da22c3334e0f4b1797e3
accel/tcg/plugin: Avoid duplicate copy in copy_call

We copied all of the arguments in copy_op_nocheck.
We only need to replace the one argument that we change.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c