]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Adjust tcg_out_label for const
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Oct 2020 01:55:50 +0000 (18:55 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jan 2021 15:09:41 +0000 (05:09 -1000)
commit92ab8e7d621e11df559fc2427ff08df6c3a5a6de
treeb6d3f3cb3df145172aec46d6e5b613672392c324
parent2be7d76b1557d3ee72cde3b2cf5d4abf25220fb2
tcg: Adjust tcg_out_label for const

Simplify the arguments to always use s->code_ptr instead of
take it as an argument.  That makes it easy to ensure that
the value_ptr is always the rx version.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.c.inc
tcg/tcg.c