Merge pull request #449 from Sonicadvance1/remove-ppcstate-mojs

Remove unused mojs array from ppcState.
This commit is contained in:
Henrik Rydgård 2014-06-02 09:42:53 +02:00
commit edf9af0047
2 changed files with 0 additions and 2 deletions

View File

@ -115,7 +115,6 @@ void Init(int cpu_core)
{
FPURoundMode::SetPrecisionMode(FPURoundMode::PREC_53);
memset(ppcState.mojs, 0, sizeof(ppcState.mojs));
memset(ppcState.sr, 0, sizeof(ppcState.sr));
ppcState.DebugCount = 0;
ppcState.dtlb_last = 0;

View File

@ -28,7 +28,6 @@ enum CoreMode
// This contains the entire state of the emulated PowerPC "Gekko" CPU.
struct GC_ALIGNED64(PowerPCState)
{
u32 mojs[128]; // Try to isolate the regs from other variables in the cache.
u32 gpr[32]; // General purpose registers. r1 = stack pointer.
// The paired singles are strange : PS0 is stored in the full 64 bits of each FPR