]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Use enum definitions from CPUMIPSMSADataFormat enum
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 19 Oct 2021 07:38:11 +0000 (09:38 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Nov 2021 13:32:32 +0000 (14:32 +0100)
commit7e9db46d645dca27f28ec28e0fc479778e410d5f
tree273b33768d4da42e4ff9621a2345ae289a54bf53
parent340ee8b3f1872c7f8969a5eb48fc3b5a9284e27b
target/mips: Use enum definitions from CPUMIPSMSADataFormat enum

Replace magic DataFormat value by the corresponding
enum from CPUMIPSMSADataFormat.

Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211028210843.2120802-7-f4bug@amsat.org>
target/mips/tcg/msa_translate.c