On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote:
Replace magic DataFormat value by the corresponding
enum from CPUMIPSMSADataFormat.
Signed-off-by: Philippe Mathieu-Daudé
---
target/mips/tcg/msa_translate.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Richard H
Replace magic DataFormat value by the corresponding
enum from CPUMIPSMSADataFormat.
Signed-off-by: Philippe Mathieu-Daudé
---
target/mips/tcg/msa_translate.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/mips/tcg/msa_translate.c b/target/mips/tcg/msa_translate.