Commit bedb3f3e authored by Marius Wachtler's avatar Marius Wachtler

bjit: fix pointer reuse problem

parent 0abee106
...@@ -129,6 +129,7 @@ JitCodeBlock::~JitCodeBlock() { ...@@ -129,6 +129,7 @@ JitCodeBlock::~JitCodeBlock() {
for (auto&& block : md->source->cfg->blocks) { for (auto&& block : md->source->cfg->blocks) {
block_patch_locations.erase(block); block_patch_locations.erase(block);
blocks_aborted.erase(block);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment