summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
authorFrancisco José García García2016-10-04 07:32:54 +0000
committerFrancisco José García García2016-10-04 07:32:54 +0000
commitadcf1c6f732f70c84d63fc0820e5f755d9616c5f (patch)
tree73ca9f52104e54f4794c724240802c5f0031ed45 /cpu_threaded.c
parent6bfb7e1b479923c084fd9d8645fa00faac4b3d93 (diff)
downloadpicogpsp-adcf1c6f732f70c84d63fc0820e5f755d9616c5f.tar.gz
picogpsp-adcf1c6f732f70c84d63fc0820e5f755d9616c5f.tar.bz2
picogpsp-adcf1c6f732f70c84d63fc0820e5f755d9616c5f.zip
(VITA) Dynarec changes
Diffstat (limited to 'cpu_threaded.c')
-rw-r--r--cpu_threaded.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu_threaded.c b/cpu_threaded.c
index f740502..e366742 100644
--- a/cpu_threaded.c
+++ b/cpu_threaded.c
@@ -2863,7 +2863,7 @@ u8 *block_lookup_address_##type(u32 pc) \
/* Starting at the beginning, we allow for one translation cache flush. */ \
if(translation_recursion_level == 0){ \
translation_flush_count = 0; \
- RW_INIT(); \
+ \
} \
block_lookup_address_pc_##type(); \
\
@@ -2959,7 +2959,7 @@ u8 *block_lookup_address_##type(u32 pc) \
block_address = (u8 *)(-1); \
break; \
} \
- \
+ \
return block_address; \
} \