diff options
Diffstat (limited to 'target/arm/tcg/meson.build')
| -rw-r--r-- | target/arm/tcg/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/tcg/meson.build b/target/arm/tcg/meson.build index 09238989c5..1f9077c372 100644 --- a/target/arm/tcg/meson.build +++ b/target/arm/tcg/meson.build @@ -40,6 +40,7 @@ arm_ss.add(files( 'tlb_helper.c', 'vec_helper.c', 'tlb-insns.c', + 'arith_helper.c', )) arm_ss.add(when: 'TARGET_AARCH64', if_true: files( |