X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Fassem_arm.h;h=b35587672c1de9d79c997c4a3b7ac721f5c2581e;hp=75273aa88eff06a760448ff0cd3ef1365515f280;hb=33a1eda13ebe624fc1233d820c8db7dcd7aba0d8;hpb=b4d5a91d406bde3c317893c62f3daf42d4dc64eb diff --git a/libpcsxcore/new_dynarec/assem_arm.h b/libpcsxcore/new_dynarec/assem_arm.h index 75273aa8..b3558767 100644 --- a/libpcsxcore/new_dynarec/assem_arm.h +++ b/libpcsxcore/new_dynarec/assem_arm.h @@ -16,7 +16,6 @@ #define HOST_REGS 13 #define HOST_CCREG 10 -#define HOST_BTREG 8 #define EXCLUDE_REG 11 // Note: FP is set to &dynarec_local when executing generated code. @@ -33,6 +32,8 @@ #define PREFERRED_REG_FIRST 4 #define PREFERRED_REG_LAST 9 +#define DRC_DBG_REGMASK CALLER_SAVE_REGS + extern char *invc_ptr; #define TARGET_SIZE_2 24 // 2^24 = 16 megabytes