mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-20 04:30:48 -05:00
The issue was that on memory exception we wouldn't call in to PPCAnalyst and our code_block would retain the previous blocks information. This would cause us to compile the previous blocks instructions in prior to the exception exit.