On 12/14/20 3:02 PM, Richard Henderson wrote: > 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. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tcg.c | 6 +++--- > tcg/i386/tcg-target.c.inc | 10 +++++----- > 2 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>