mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
Create tcg/tcg-op-common.h, moving everything that does not concern TARGET_LONG_BITS or TCGv. Adjust tcg/*.c to use the new header instead of tcg-op.h, in preparation for compiling tcg/ only once. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
f15f8935b0
commit
ad3d0e4d5d
9 changed files with 1007 additions and 1008 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/int128.h"
|
||||
#include "tcg/tcg-op.h"
|
||||
#include "tcg/tcg-op-common.h"
|
||||
#include "tcg-internal.h"
|
||||
|
||||
#define CASE_OP_32_64(x) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue