qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH 06/10] target/ppc/helper: Include missing "cpu.h" header


From: Richard Henderson
Subject: Re: [PATCH 06/10] target/ppc/helper: Include missing "cpu.h" header
Date: Fri, 16 Dec 2022 16:37:40 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 12/16/22 14:05, Philippe Mathieu-Daudé wrote:
'dh_ctype_*' are defined as 'ppc_avr_t/ppc_vsr_t/ppc_acc_t',
themselves declared in "cpu.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  target/ppc/helper.h | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/target/ppc/helper.h b/target/ppc/helper.h
index 8dd22a35e4..a02db8d893 100644
--- a/target/ppc/helper.h
+++ b/target/ppc/helper.h
@@ -1,3 +1,5 @@
+#include "cpu.h"

No, see patch 1.


r~



reply via email to

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