[PATCH 02/22] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header

Philippe Mathieu-Daudé posted 22 patches 1 year, 11 months ago
There is a newer version of this series
[PATCH 02/22] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
Posted by Philippe Mathieu-Daudé 1 year, 11 months ago
We only need lookup_tb_ptr() typedef.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 accel/tcg/cpu-exec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/accel/tcg/cpu-exec.c b/accel/tcg/cpu-exec.c
index 42086525d7..12362177af 100644
--- a/accel/tcg/cpu-exec.c
+++ b/accel/tcg/cpu-exec.c
@@ -38,7 +38,7 @@
 #include "sysemu/cpu-timers.h"
 #include "exec/replay-core.h"
 #include "sysemu/tcg.h"
-#include "exec/helper-proto.h"
+#include "exec/helper-proto-common.h"
 #include "tb-jmp-cache.h"
 #include "tb-hash.h"
 #include "tb-context.h"
-- 
2.38.1


Re: [PATCH 02/22] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
Posted by Richard Henderson 1 year, 11 months ago
On 6/9/23 03:46, Philippe Mathieu-Daudé wrote:
> We only need lookup_tb_ptr() typedef.
> 
> Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
> ---
>   accel/tcg/cpu-exec.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

prototype, not typedef.

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


r~