wjkhasdfjhkasdf

This commit is contained in:
2026-05-28 17:57:46 +02:00
parent 430ccdab40
commit 920b77d381
6 changed files with 19 additions and 15 deletions
+2
View File
@@ -27,6 +27,8 @@ struct CachedState {
std::vector<CachedBlock<MAX_LINES / 4> *> blocks = {};
bool exception = false;
void EvictCachedBlock(u64 addr) { blocks[addr / MAX_LINES] = {}; }
void Reset() {
for (auto block : blocks) {
if (block)