On 2/7/23 00:43, Anton Johansson wrote:
Adds a new field to TranslationBlock.cflags denoting whether or not the instructions of a given translation block are pc-relative. This field aims to replace the macro `TARGET_TB_PCREL`.Signed-off-by: Anton Johansson<a...@rev.ng> --- include/exec/exec-all.h | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~