qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/9] target/mips: Move translate.h to tcg/ sub directory


From: Richard Henderson
Subject: Re: [PATCH 4/9] target/mips: Move translate.h to tcg/ sub directory
Date: Fri, 18 Jun 2021 15:34:53 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]