On 6/17/21 10:43 AM, Philippe Mathieu-Daudé wrote:
diff --git a/target/mips/tcg/msa_translate.c b/target/mips/tcg/msa_translate.c
index ae6587edf69..b3b06352bf2 100644
--- a/target/mips/tcg/msa_translate.c
+++ b/target/mips/tcg/msa_translate.c
@@ -13,7 +13,7 @@
  #include "qemu/osdep.h"
  #include "tcg/tcg-op.h"
  #include "exec/helper-gen.h"
-#include "translate.h"
+#include "tcg/translate.h"
  #include "fpu_helper.h"
  #include "internal.h"

You shouldn't need to make include changes, because the search path for "" begins in the $cwd. But I guess it works.

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to