On block unlinking, wipe the address from the valid links.

This commit is contained in:
Ryan Houdek 2013-12-25 18:26:29 -06:00 committed by Ryan Houdek
parent d2a90e6eab
commit 0a9fd93eda
1 changed files with 1 additions and 0 deletions

View File

@ -313,6 +313,7 @@ using namespace Gen;
e.linkStatus = false;
}
}
links_to.erase(b.originalAddress);
}
void JitBaseBlockCache::DestroyBlock(int block_num, bool invalidate)