mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-19 12:22:32 +00:00
DISABLE the swr/swl and friends for now.
Broke Disgaea on x64 only, not sure why right now.
This commit is contained in:
parent
abc03520b4
commit
1c9086617a
@ -104,6 +104,9 @@ namespace MIPSComp
|
||||
|
||||
void Jit::CompITypeMemUnpairedLR(u32 op, bool isStore)
|
||||
{
|
||||
// TODO: ECX getting overwritten? Why?
|
||||
DISABLE;
|
||||
|
||||
CONDITIONAL_DISABLE;
|
||||
int o = op>>26;
|
||||
int offset = (signed short)(op&0xFFFF);
|
||||
|
@ -549,7 +549,7 @@ OpArg Jit::JitSafeMem::NextFastAddress(int suboffset)
|
||||
#endif
|
||||
}
|
||||
|
||||
_dbg_assert_msg_(HLE, (suboffset 0xFFFFFFFF) == suboffset, "suboffset must be aligned");
|
||||
_dbg_assert_msg_(HLE, (suboffset & alignMask_) == suboffset, "suboffset must be aligned");
|
||||
|
||||
#ifdef _M_IX86
|
||||
return MDisp(xaddr_, (u32) Memory::base + offset_ + suboffset);
|
||||
|
Loading…
x
Reference in New Issue
Block a user