mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: More cleanup of iCore.
Greg: Drop Svu changes, Svu will be dropped in the future anyway
This commit is contained in:
parent
b2738fdd5b
commit
4bb41bc267
pcsx2/x86
|
@ -218,8 +218,6 @@ struct EEINST
|
||||||
// valid if info & EEINSTINFO_COP2
|
// valid if info & EEINSTINFO_COP2
|
||||||
int cycle; // cycle of inst (at offset from block)
|
int cycle; // cycle of inst (at offset from block)
|
||||||
_VURegsNum vuregs;
|
_VURegsNum vuregs;
|
||||||
|
|
||||||
u8 numpeeps; // number of peephole optimizations
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extern EEINST* g_pCurInstInfo; // info for the cur instruction
|
extern EEINST* g_pCurInstInfo; // info for the cur instruction
|
||||||
|
|
Loading…
Reference in New Issue