mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Fix the arbitrary exits. We have to make sure that the block links are cleared entirely.
This commit is contained in:
@ -165,6 +165,7 @@ using namespace Gen;
|
|||||||
JitBlock &b = blocks[num_blocks];
|
JitBlock &b = blocks[num_blocks];
|
||||||
b.invalid = false;
|
b.invalid = false;
|
||||||
b.originalAddress = em_address;
|
b.originalAddress = em_address;
|
||||||
|
b.linkData.clear();
|
||||||
num_blocks++; //commit the current block
|
num_blocks++; //commit the current block
|
||||||
return num_blocks - 1;
|
return num_blocks - 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user