Fix symbol clash on bunlded static libs

This commit is contained in:
2022-04-04 11:24:59 +02:00
parent e188591695
commit 2f113b11d1
7 changed files with 32 additions and 50 deletions

View File

@@ -1278,4 +1278,7 @@
#define gen_helper_cpsr_read gen_helper_cpsr_read_s390x
#define gen_helper_cpsr_write gen_helper_cpsr_write_s390x
#define helper_uc_s390x_exit helper_uc_s390x_exit_s390x
#define tcg_s390_tod_updated tcg_s390_tod_updated_s390x
#define tcg_s390_program_interrupt tcg_s390_program_interrupt_s390x
#define tcg_s390_data_exception tcg_s390_data_exception_s390x
#endif