diff options
Diffstat (limited to 'target/loongarch/tcg/meson.build')
-rw-r--r-- | target/loongarch/tcg/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/loongarch/tcg/meson.build b/target/loongarch/tcg/meson.build index bdf34f9..b7adfe4 100644 --- a/target/loongarch/tcg/meson.build +++ b/target/loongarch/tcg/meson.build @@ -7,6 +7,7 @@ loongarch_ss.add([zlib, gen]) loongarch_ss.add(files( 'fpu_helper.c', 'op_helper.c', + 'tcg_cpu.c', 'translate.c', 'vec_helper.c', )) |