mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-27 06:46:09 +00:00
Using a target unsigned long would limit the Input Address to a LPAE page-walk to 32 bits on AArch32 and 64 bits on AArch64. This is okay for stage 1 or on AArch64, but it is insufficient for stage 2 on AArch32. In that later case, the Input Address can have up to 40 bits. Backports commit 98e8779770c40901ed585745aacc9a8e2b934a28 |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| riscv | ||
| sparc | ||