X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Flinkage_offsets.h;h=916bb1a843d98f351b6f7d17ef7209a880cc2dc5;hb=39b71d9abccb93457f17df887e50507a91390a78;hp=24b8e66d2f561f66992730945e84d89e648fe35f;hpb=687b45804b5c028dd5644bda85981c0235eb4d32;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/linkage_offsets.h b/libpcsxcore/new_dynarec/linkage_offsets.h index 24b8e66d..916bb1a8 100644 --- a/libpcsxcore/new_dynarec/linkage_offsets.h +++ b/libpcsxcore/new_dynarec/linkage_offsets.h @@ -22,7 +22,10 @@ #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_muldivBusyCycle (LO_gteBusyCycle + 4) +#define LO_psxRegs_reserved (LO_muldivBusyCycle + 4) +#define LO_psxRegs_end (LO_psxRegs_reserved + 4*2) #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 +36,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)