]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: Avoid use of tcg_const_* throughout
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 23:26:02 +0000 (13:26 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit3df11bb14a0efa3093924382a44708e56b334f04
treecd8f39ed18c6bec36a92b1c5a979900012b50a0c
parent0992a930136712e98367740598a63f655c134575
target/i386: Avoid use of tcg_const_* throughout

All uses are strictly read-only.  Most of the obviously so,
as direct arguments to gen_helper_*.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/tcg/translate.c