mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
Introduces the same fuzzing mechanism used by the AArch64 code for fuzzing instruction implementations, getting rid of the need to manually specify the instruction generator sequences--replacing it with an instruction blacklist instead. Much of this change originates from a previous patch made by Mary. This just makes it interact nicely with the alterations made to get Unicorn to cooperate properly.