drc: arm64 wip
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / linkage_offsets.h
index 24b8e66..82d27bd 100644 (file)
@@ -35,7 +35,7 @@
 #define LO_scratch_buf_ptr     (LO_invc_ptr + PTRSZ)
 #define LO_align1              (LO_scratch_buf_ptr + PTRSZ)
 #define LO_mini_ht             (LO_align1 + PTRSZ*2)
 #define LO_scratch_buf_ptr     (LO_invc_ptr + PTRSZ)
 #define LO_align1              (LO_scratch_buf_ptr + PTRSZ)
 #define LO_mini_ht             (LO_align1 + PTRSZ*2)
-#define LO_restore_candidate   (LO_mini_ht + 256)
+#define LO_restore_candidate   (LO_mini_ht + PTRSZ*32*2)
 #define LO_dynarec_local_size  (LO_restore_candidate + 512)
 
 #define LO_cop2_to_scratch_buf (LO_scratch_buf_ptr - LO_reg_cop2d)
 #define LO_dynarec_local_size  (LO_restore_candidate + 512)
 
 #define LO_cop2_to_scratch_buf (LO_scratch_buf_ptr - LO_reg_cop2d)