Home
last modified time | relevance | path

Searched hist:"5 b38ee31616d1532c3c3a6dc644a9160d608ed2f" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c5b38ee31616d1532c3c3a6dc644a9160d608ed2f Wed Oct 25 14:14:20 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>