File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
common_ss.add(when : ' CONFIG_TCG' , if_true : files (
2
2
' cpu-exec-common.c' ,
3
+ ' tcg-runtime.c' ,
3
4
))
4
5
tcg_specific_ss = ss.source_set()
5
6
tcg_specific_ss.add(files (
6
7
' tcg-all.c' ,
7
8
' cpu-exec.c' ,
8
9
' tb-maint.c' ,
9
10
' tcg-runtime-gvec.c' ,
10
- ' tcg-runtime.c' ,
11
11
' translate-all.c' ,
12
12
' translator.c' ,
13
13
))
Original file line number Diff line number Diff line change 23
23
*/
24
24
#include "qemu/osdep.h"
25
25
#include "qemu/host-utils.h"
26
- #include "cpu.h"
26
+ #include "exec/ cpu-common .h"
27
27
#include "exec/helper-proto-common.h"
28
- #include "exec/cpu_ldst.h"
29
- #include "exec/exec-all.h"
30
- #include "disas/disas.h"
31
- #include "exec/log.h"
32
- #include "tcg/tcg.h"
28
+ #include "accel/tcg/getpc.h"
33
29
34
30
#define HELPER_H "accel/tcg/tcg-runtime.h"
35
31
#include "exec/helper-info.c.inc"
You can’t perform that action at this time.
0 commit comments