]> git.proxmox.com Git - mirror_qemu.git/commit
target/rx: Put tb_flags into DisasContext
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Apr 2022 16:51:27 +0000 (09:51 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Apr 2022 17:04:33 +0000 (10:04 -0700)
commit4341631e4d94e63c85de7215a6228fbf62293ec4
treeec8f91b779e2418a3e216d233fa08a1e2dd79162
parent401d46789410e88e9e90d76a11f46e8e9f358d55
target/rx: Put tb_flags into DisasContext

Copy tb->flags into ctx->tb_flags; we'll want to modify
this value throughout the tb in future.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-Id: <20220417165130.695085-2-richard.henderson@linaro.org>
target/rx/translate.c