2021-05-06 18:20:23 +03:00
|
|
|
i386_softmmu_ss.add(when: ['CONFIG_TCG', 'CONFIG_SOFTMMU'], if_true: files(
|
|
|
|
'tcg-cpu.c',
|
2021-03-22 16:27:47 +03:00
|
|
|
'smm_helper.c',
|
2021-03-22 16:27:48 +03:00
|
|
|
'excp_helper.c',
|
2021-03-22 16:27:49 +03:00
|
|
|
'bpt_helper.c',
|
2021-03-22 16:27:50 +03:00
|
|
|
'misc_helper.c',
|
2021-03-22 16:27:51 +03:00
|
|
|
'fpu_helper.c',
|
2021-03-22 16:27:52 +03:00
|
|
|
'svm_helper.c',
|
2021-03-22 16:27:53 +03:00
|
|
|
'seg_helper.c',
|
2021-05-06 18:20:23 +03:00
|
|
|
))
|