X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Flinkage_offsets.h;h=0c189d78f997110176d9bae791c5f0b6bab8fc88;hb=480e570b6f27909ecdb3f7b2769171b7a7b7f484;hp=7ac2e6119caf0d46b5d095a849c425695d980d06;hpb=7f94b097581d5833921f6db86f18c7ef1203aa62;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/linkage_offsets.h b/libpcsxcore/new_dynarec/linkage_offsets.h index 7ac2e611..0c189d78 100644 --- a/libpcsxcore/new_dynarec/linkage_offsets.h +++ b/libpcsxcore/new_dynarec/linkage_offsets.h @@ -39,7 +39,6 @@ #define LO_saved_lr (LO_scratch_buf_ptr + PTRSZ) #define LO_ram_offset (LO_saved_lr + PTRSZ) #define LO_mini_ht (LO_ram_offset + PTRSZ) -#define LO_restore_candidate (LO_mini_ht + PTRSZ*32*2) -#define LO_dynarec_local_size (LO_restore_candidate + 512) +#define LO_dynarec_local_size (LO_mini_ht + PTRSZ*32*2) #define LO_cop2_to_scratch_buf (LO_scratch_buf_ptr - LO_reg_cop2d)