From a20e1c9d3ad1b9572e05b371fad364ad17eb0ad6 Mon Sep 17 00:00:00 2001 From: Francisco José García García Date: Tue, 4 Oct 2016 14:20:51 +0200 Subject: Remove RW_INIT --- cpu_threaded.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpu_threaded.c') diff --git a/cpu_threaded.c b/cpu_threaded.c index e366742..c3f172b 100644 --- a/cpu_threaded.c +++ b/cpu_threaded.c @@ -3314,7 +3314,6 @@ s32 translate_block_arm(u32 pc, translation_region_type s32 i; u32 flag_status; block_exit_type external_block_exits[MAX_EXITS]; - RW_INIT(); generate_block_extra_vars_arm(); arm_fix_pc(); @@ -3531,7 +3530,6 @@ s32 translate_block_thumb(u32 pc, translation_region_type s32 i; u32 flag_status; block_exit_type external_block_exits[MAX_EXITS]; - RW_INIT(); generate_block_extra_vars_thumb(); thumb_fix_pc(); -- cgit v1.2.3