1 linux_user_ss.add(files(
17 linux_user_ss.add(when: 'TARGET_HAS_BFLT', if_true: files('flatload.c'))
18 linux_user_ss.add(when: 'TARGET_I386', if_true: files('vm86.c'))
19 linux_user_ss.add(when: 'CONFIG_ARM_COMPATIBLE_SEMIHOSTING', if_true: files('semihost.c'))
22 syscall_nr_generators = {}