mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Remove dead else branch in StoreFromRegister() in Jit64/JitRegCache.cpp
This commit is contained in:
@ -360,10 +360,6 @@ void FPURegCache::StoreFromRegister(int i)
|
|||||||
regs[i].location = newLoc;
|
regs[i].location = newLoc;
|
||||||
regs[i].away = false;
|
regs[i].away = false;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
// _assert_msg_(DYNA_REC,0,"already stored");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RegCache::Flush(FlushMode mode)
|
void RegCache::Flush(FlushMode mode)
|
||||||
|
Reference in New Issue
Block a user