dynarmic/tests/A64
Ash 732a657694 Change Config to make fastmem_pointer of zero valid.
This changes Dynarmic::A32/A64::Config to store fastmem_pointer in
a std::optional<uintptr_t>, allowing the user to pass a zero base
address for the guest memory, which can be used to effectively
implement a shared address space between the host and the guest.
2024-03-02 16:31:20 +00:00
..
a64.cpp Change Config to make fastmem_pointer of zero valid. 2024-03-02 16:31:20 +00:00
fibonacci.cpp backend/arm64: Update for oaknut 2.0.0. 2024-01-28 16:19:33 +00:00
fp_min_max.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00
fuzz_with_unicorn.cpp reg_alloc: Fix cast-qual issue 2023-02-04 11:30:01 +00:00
misaligned_page_table.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00
test_invalidation.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00
testenv.h A32/A64: Allow std::nullopt from MemoryReadCode 2022-06-21 21:41:27 +01:00
verify_unicorn.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00