]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Add addr_type to TCGContext
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Mar 2023 01:46:16 +0000 (17:46 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 May 2023 23:30:29 +0000 (16:30 -0700)
commit4baf3978c02b387c39dc6a75d323126ab386aece
tree6e31f403ca04bf2a5dda3109815222c6adb838b5
parentfcdab382c8b92bcc689b18f8ba5cd036139945bf
tcg: Add addr_type to TCGContext

This will enable replacement of TARGET_LONG_BITS within tcg/.

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.c