drc: avoid excessive recursion in hle mode
[pcsx_rearmed.git] / libpcsxcore / r3000a.h
index a8f39ab..157d31b 100644 (file)
@@ -222,7 +222,8 @@ typedef struct {
        u8  dloadReg[2];
        u32 dloadVal[2];
        u32 biosBranchCheck;
-       u32 reserved[3];
+       u32 cpuInRecursion;
+       u32 reserved[2];
        // warning: changing anything in psxRegisters requires update of all
        // asm in libpcsxcore/new_dynarec/
 } psxRegisters;