]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/m68k: Avoid tcg_const_* throughout
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 26 Feb 2023 01:39:06 +0000 (15:39 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit1852ce5a701f0c781ba2b861ee75fd2dd68d6797
treedc682dd33d07f98ceb6483438f7d4774872186e5
parent7b346e4673768d41cf1fa3c4811a009b7a54b741
target/m68k: Avoid tcg_const_* throughout

All remaining uses are strictly read-only.

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