dynarmic/tests/A64
MerryMage 39d083aa87 tests/A64: Unicorn interface fixes
- Use a std::unique_ptr instead of new/delete.
- UnmappedMemoryHook: Correct range when wraparound of the address space occurs
- UnmappedMemoryHook: Handle case when we attempt to map the same page twice
2020-04-22 20:42:45 +01:00
..
unicorn_emu tests/A64: Unicorn interface fixes 2020-04-22 20:42:45 +01:00
a64.cpp tests/A64: Move TestEnvironment to own header 2020-04-22 20:42:45 +01:00
fuzz_with_unicorn.cpp tests/A64: Fuzz against unicorn 2020-04-22 20:42:45 +01:00
inst_gen.cpp tests/A64: Fuzz against unicorn 2020-04-22 20:42:45 +01:00
inst_gen.h tests/A64: Fuzz against unicorn 2020-04-22 20:42:45 +01:00
testenv.h tests/A64: Move TestEnvironment to own header 2020-04-22 20:42:45 +01:00