mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
exec: move include files to include/exec/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
737e150e89
commit
022c62cbbc
277 changed files with 456 additions and 456 deletions
|
@ -1017,7 +1017,7 @@ static TCGv_i64 fpu_f64[32];
|
|||
static uint32_t gen_opc_hflags[OPC_BUF_SIZE];
|
||||
static target_ulong gen_opc_btarget[OPC_BUF_SIZE];
|
||||
|
||||
#include "gen-icount.h"
|
||||
#include "exec/gen-icount.h"
|
||||
|
||||
#define gen_helper_0e0i(name, arg) do { \
|
||||
TCGv_i32 helper_tmp = tcg_const_i32(arg); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue