mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 14:37:17 +00:00
jit: Fix a possible infinite loop in invalidation.
This commit is contained in:
parent
4853a1b7a0
commit
2e81a38892
@ -596,6 +596,9 @@ void JitBlockCache::InvalidateICache(u32 address, const u32 length) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (next == last) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user