OSDN Git Service

tcg: Tidy split_cross_256mb
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 10 Mar 2021 17:16:27 +0000 (11:16 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 11 Jun 2021 16:27:08 +0000 (09:27 -0700)
commita4df1b2d193d1a265bfc3773703bba7da12446e9
tree1ce54d1255e6740203f68478d25416e4e9210c11
parent01afda991971745948633529bf52df8fbf3710d1
tcg: Tidy split_cross_256mb

Return output buffer and size via output pointer arguments,
rather than returning size via tcg_ctx->code_gen_buffer_size.

Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/region.c