diff options
Diffstat (limited to 'stubs/meson.build')
| -rw-r--r-- | stubs/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/meson.build b/stubs/meson.build index cef046e685..5d577467bf 100644 --- a/stubs/meson.build +++ b/stubs/meson.build @@ -55,6 +55,7 @@ endif if have_user # Symbols that are used by hw/core. stub_ss.add(files('cpu-synchronize-state.c')) + stub_ss.add(files('cpu-destroy-address-spaces.c')) # Stubs for QAPI events. Those can always be included in the build, but # they are not built at all for --disable-system builds. |