On 3/13/19 5:40 AM, Paolo Bonzini wrote: > This function is called at the beginning of any translation block. We will > use it to emit ENDBR32 or ENDBR64 annotations for x86 CET. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > tcg/aarch64/tcg-target.inc.c | 4 ++++ > tcg/arm/tcg-target.inc.c | 4 ++++ > tcg/i386/tcg-target.inc.c | 4 ++++ > tcg/mips/tcg-target.inc.c | 4 ++++ > tcg/ppc/tcg-target.inc.c | 4 ++++ > tcg/riscv/tcg-target.inc.c | 4 ++++ > tcg/s390/tcg-target.inc.c | 4 ++++ > tcg/sparc/tcg-target.inc.c | 4 ++++ > tcg/tcg.c | 2 ++ > tcg/tci/tcg-target.inc.c | 4 ++++ > 10 files changed, 38 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~