On 1/20/24 00:40, Anton Johansson wrote:
TCGCPUOps contains an extra function pointer when included with
NEED_CPU_H, these are moved from the middle to the end of the struct. As
such offsets to target independent function pointers don't vary in
target specific and independent code.
[Move target specfic fields to separate struct?]
Signed-off-by: Anton Johansson <a...@rev.ng>
Or make these unconditional. Move fake_user_interrupt into the CONFIG_USER_ONLY block and
do_interrupt into the system block.
r~