mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 05:35:32 +00:00
Fix arm build
This commit is contained in:
parent
8583c8f1f6
commit
f2ff870171
|
@ -3334,6 +3334,9 @@
|
|||
#define arm_set_cpu_off arm_set_cpu_off_arm
|
||||
#define arm_set_cpu_on arm_set_cpu_on_arm
|
||||
#define arm_stage1_mmu_idx arm_stage1_mmu_idx_arm
|
||||
#define bif_op bif_op_arm
|
||||
#define bit_op bit_op_arm
|
||||
#define bsl_op bsl_op_arm
|
||||
#define cmtst_op cmtst_op_arm
|
||||
#define fp_exception_el fp_exception_el_arm
|
||||
#define gen_cmtst_i64 gen_cmtst_i64_arm
|
||||
|
|
|
@ -3334,6 +3334,9 @@
|
|||
#define arm_set_cpu_off arm_set_cpu_off_armeb
|
||||
#define arm_set_cpu_on arm_set_cpu_on_armeb
|
||||
#define arm_stage1_mmu_idx arm_stage1_mmu_idx_armeb
|
||||
#define bif_op bif_op_armeb
|
||||
#define bit_op bit_op_armeb
|
||||
#define bsl_op bsl_op_armeb
|
||||
#define cmtst_op cmtst_op_armeb
|
||||
#define fp_exception_el fp_exception_el_armeb
|
||||
#define gen_cmtst_i64 gen_cmtst_i64_armeb
|
||||
|
|
|
@ -3343,6 +3343,9 @@ arm_symbols = (
|
|||
'arm_set_cpu_off',
|
||||
'arm_set_cpu_on',
|
||||
'arm_stage1_mmu_idx',
|
||||
'bif_op',
|
||||
'bit_op',
|
||||
'bsl_op',
|
||||
'cmtst_op',
|
||||
'fp_exception_el',
|
||||
'gen_cmtst_i64',
|
||||
|
|
Loading…
Reference in a new issue