summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
authorFrancisco José García García2016-10-04 14:20:51 +0200
committerGitHub2016-10-04 14:20:51 +0200
commita20e1c9d3ad1b9572e05b371fad364ad17eb0ad6 (patch)
tree07b7aef8d78b162c5e8e66304ad4bbf313007ce2 /cpu_threaded.c
parentadcf1c6f732f70c84d63fc0820e5f755d9616c5f (diff)
downloadpicogpsp-a20e1c9d3ad1b9572e05b371fad364ad17eb0ad6.tar.gz
picogpsp-a20e1c9d3ad1b9572e05b371fad364ad17eb0ad6.tar.bz2
picogpsp-a20e1c9d3ad1b9572e05b371fad364ad17eb0ad6.zip
Remove RW_INIT
Diffstat (limited to 'cpu_threaded.c')
-rw-r--r--cpu_threaded.c2
1 files changed, 0 insertions, 2 deletions
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();