tcg: Allow constant pool entries in the prologue
commit5b38ee31616d1532c3c3a6dc644a9160d608ed2f
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2017 14:14:20 +0000 (25 07:14 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Nov 2017 08:33:45 +0000 (3 09:33 +0100)
tree04745665710338a2aa13f11546f32e7e7dadda28
parent094611b426b3b532a3ec72256cb4e958149269d3
tcg: Allow constant pool entries in the prologue

Both ARMv6 and AArch64 currently may drop complex guest_base values
into the constant pool.  But generic code wasn't expecting that, and
the pool is not emitted.  Correct that.

Tested-by: Emilio G. Cota <cota@braap.org>
Tested-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c