We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9f900 commit 9e20807Copy full SHA for 9e20807
accel/tcg/meson.build
@@ -1,13 +1,13 @@
1
common_ss.add(when: 'CONFIG_TCG', if_true: files(
2
'cpu-exec-common.c',
3
'tcg-runtime.c',
4
+ 'tcg-runtime-gvec.c',
5
))
6
tcg_specific_ss = ss.source_set()
7
tcg_specific_ss.add(files(
8
'tcg-all.c',
9
'cpu-exec.c',
10
'tb-maint.c',
- 'tcg-runtime-gvec.c',
11
'translate-all.c',
12
'translator.c',
13
accel/tcg/tcg-runtime-gvec.c
@@ -19,7 +19,6 @@
19
20
#include "qemu/osdep.h"
21
#include "qemu/host-utils.h"
22
-#include "cpu.h"
23
#include "exec/helper-proto-common.h"
24
#include "tcg/tcg-gvec-desc.h"
25
0 commit comments