mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-14 00:49:49 +00:00
Don't write anything to a bad static pointer.
Not sure what came over me...
This commit is contained in:
parent
e78223d2c0
commit
53600161ba
@ -133,12 +133,6 @@ namespace MIPSComp
|
||||
MOV(bits, MDisp(RBX, gpr.R(rs).GetImmValue() + offset), gpr.R(rt));
|
||||
#endif
|
||||
}
|
||||
else if (bits == 8)
|
||||
MOV(bits, M(data), Imm8(0));
|
||||
else if (bits == 16)
|
||||
MOV(bits, M(data), Imm16(0));
|
||||
else
|
||||
MOV(bits, M(data), Imm32(0));
|
||||
}
|
||||
else if (!g_Config.bFastMemory)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user