]> xenbits.xensource.com Git - qemu-xen.git/commit
tcg: Add gen_tb to TCGContext
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 27 Nov 2022 02:39:55 +0000 (18:39 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Jan 2023 20:08:51 +0000 (10:08 -1000)
commitb7e4afbd9f2f9233a37e021f9e8cce472aecdd64
tree81fb1fc5f7da478e5efcbad77c715a11bfdd5695
parent3a50f424c9e066bee18bfa9cadcd3e21003ca6bb
tcg: Add gen_tb to TCGContext

This can replace four other variables that are references
into the TranslationBlock structure.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/tcg/tcg.h
tcg/tcg-op.c
tcg/tcg.c