Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-master
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / assem_arm.c
index 708c8ae..3cc3737 100644 (file)
@@ -30,7 +30,9 @@
 #endif
 #include "arm_features.h"
 
-#if !BASE_ADDR_FIXED
+#ifdef VITA
+char* translation_cache = 0;
+#elif !BASE_ADDR_FIXED
 char translation_cache[1 << TARGET_SIZE_2] __attribute__((aligned(4096)));
 #endif