mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +00:00
arm64: include missing definitions
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
43bcf7e9a7
commit
b54b3d97cd
2 changed files with 3 additions and 5 deletions
|
|
@ -163,9 +163,5 @@ void cpuTest()
|
|||
guest_ram.size = guest_memory_arena.capacity;
|
||||
|
||||
(void)test_guest_ram_access(&guest_ram);
|
||||
vcpu_states[0].sctlr_el1 = 3;
|
||||
uint64_t out = 0;
|
||||
uint64_t gva = 2636;
|
||||
assert(0 == pound::arm64::memory::mmu_gva_to_gpa(&vcpu_states[0], gva, &out));
|
||||
}
|
||||
} // namespace pound::armv64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue