1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-26 12:42:41 +01:00

SPU LLVM: Fix Mega

This commit is contained in:
Rui Pinheiro 2019-05-11 22:12:09 +01:00 committed by Ivan
parent 3623f4343f
commit 1f82a26a9c

View File

@ -1936,7 +1936,7 @@ const std::vector<u32>& spu_recompiler_base::analyse(const be_t<u32>* ls, u32 en
block.preds = pred.second;
// Fill register usage info
for (u32 ia = pred.first; ia < 0x40000; ia += 4)
for (u32 ia = pred.first; ia < limit; ia += 4)
{
block.size++;