On 3/11/21 3:39 PM, Richard Henderson wrote: > Do not emit a uint64_t, but a tcg_target_ulong, aka uintptr_t. > This reduces the size of the constant on 32-bit hosts. > The assert for label != NULL has to be removed because that > is a valid value for exit_tb. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tci.c | 13 ++++--------- > tcg/tci/tcg-target.c.inc | 2 +- > 2 files changed, 5 insertions(+), 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>