X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Flinkage_offsets.h;h=4c75e6c01a538992e4791f38af33292c35d55f65;hp=24b8e66d2f561f66992730945e84d89e648fe35f;hb=81dbbf4cbb16fc6c9a82a5b91e102c8005c5726a;hpb=687b45804b5c028dd5644bda85981c0235eb4d32 diff --git a/libpcsxcore/new_dynarec/linkage_offsets.h b/libpcsxcore/new_dynarec/linkage_offsets.h index 24b8e66d..4c75e6c0 100644 --- a/libpcsxcore/new_dynarec/linkage_offsets.h +++ b/libpcsxcore/new_dynarec/linkage_offsets.h @@ -22,7 +22,9 @@ #define LO_cycle (LO_code + 4) #define LO_interrupt (LO_cycle + 4) #define LO_intCycle (LO_interrupt + 4) -#define LO_psxRegs_end (LO_intCycle + 256) +#define LO_gteBusyCycle (LO_intCycle + 256) +#define LO_psxRegs_reserved (LO_gteBusyCycle + 4) +#define LO_psxRegs_end (LO_psxRegs_reserved + 4*3) #define LO_rcnts (LO_psxRegs_end) #define LO_rcnts_end (LO_rcnts + 7*4*4) #define LO_inv_code_start (LO_rcnts_end) @@ -33,9 +35,10 @@ #define LO_zeromem_ptr (LO_psxH_ptr + PTRSZ) #define LO_invc_ptr (LO_zeromem_ptr + PTRSZ) #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_saved_lr (LO_scratch_buf_ptr + PTRSZ) +#define LO_align1 (LO_saved_lr + PTRSZ) +#define LO_mini_ht (LO_align1 + PTRSZ) +#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)