xref: /qemu/target/i386/tcg/user/meson.build (revision 5a5110d290c0f2dca3d98c608b0ec9a01d2181b9)
1i386_user_ss.add(when: ['CONFIG_TCG', 'CONFIG_USER_ONLY'], if_true: files(
2  'excp_helper.c',
3  'seg_helper.c',
4))
5