On block unlinking, wipe the address from the valid links.
This commit is contained in:
parent
d2a90e6eab
commit
0a9fd93eda
|
@ -313,6 +313,7 @@ using namespace Gen;
|
|||
e.linkStatus = false;
|
||||
}
|
||||
}
|
||||
links_to.erase(b.originalAddress);
|
||||
}
|
||||
|
||||
void JitBaseBlockCache::DestroyBlock(int block_num, bool invalidate)
|
||||
|
|
Loading…
Reference in New Issue