mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
tcg: Split helper-gen.h
Create helper-gen-common.h without the target specific portion. Use that in tcg-op-common.h. Reorg headers in target/arm to ensure that helper-gen.h is included before helper-info.c.inc. All other targets are already correct in this regard. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a3a692b8bf
commit
e4eff8e4ed
6 changed files with 129 additions and 103 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "tcg/tcg.h"
|
||||
#include "exec/helper-proto.h"
|
||||
#include "exec/helper-gen.h"
|
||||
#include "exec/helper-gen-common.h"
|
||||
|
||||
/* Basic output routines. Not for general consumption. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue