mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
backend/arm64: Update for oaknut 2.0.0.
Also respect DYNARMIC_ENABLE_NO_EXECUTE_SUPPORT.
This commit is contained in:
parent
6f3b6d35f0
commit
bbc058c76b
8 changed files with 99 additions and 84 deletions
|
|
@ -103,7 +103,7 @@ TEST_CASE("A64: fibonacci", "[a64]") {
|
|||
env.cpu = &cpu;
|
||||
|
||||
std::vector<u32> instructions(1024);
|
||||
oaknut::CodeGenerator code{instructions.data()};
|
||||
oaknut::CodeGenerator code{instructions.data(), nullptr};
|
||||
|
||||
using namespace oaknut::util;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue