mirror of https://github.com/PCSX2/pcsx2.git
EE: intruder detected
This commit is contained in:
parent
253e801f51
commit
122baa17a2
|
@ -178,7 +178,7 @@ union GPR_reg64 {
|
||||||
u64 UD[1]; //64 bits
|
u64 UD[1]; //64 bits
|
||||||
s64 SD[1];
|
s64 SD[1];
|
||||||
u32 UL[2];
|
u32 UL[2];
|
||||||
s32 SL[3];
|
s32 SL[2];
|
||||||
u16 US[4];
|
u16 US[4];
|
||||||
s16 SS[4];
|
s16 SS[4];
|
||||||
u8 UC[8];
|
u8 UC[8];
|
||||||
|
|
Loading…
Reference in New Issue