mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 18:28:51 +01:00
Remove RW_INIT
This commit is contained in:
parent
adcf1c6f73
commit
a20e1c9d3a
@ -3314,7 +3314,6 @@ s32 translate_block_arm(u32 pc, translation_region_type
|
|||||||
s32 i;
|
s32 i;
|
||||||
u32 flag_status;
|
u32 flag_status;
|
||||||
block_exit_type external_block_exits[MAX_EXITS];
|
block_exit_type external_block_exits[MAX_EXITS];
|
||||||
RW_INIT();
|
|
||||||
generate_block_extra_vars_arm();
|
generate_block_extra_vars_arm();
|
||||||
arm_fix_pc();
|
arm_fix_pc();
|
||||||
|
|
||||||
@ -3531,7 +3530,6 @@ s32 translate_block_thumb(u32 pc, translation_region_type
|
|||||||
s32 i;
|
s32 i;
|
||||||
u32 flag_status;
|
u32 flag_status;
|
||||||
block_exit_type external_block_exits[MAX_EXITS];
|
block_exit_type external_block_exits[MAX_EXITS];
|
||||||
RW_INIT();
|
|
||||||
generate_block_extra_vars_thumb();
|
generate_block_extra_vars_thumb();
|
||||||
thumb_fix_pc();
|
thumb_fix_pc();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user