Alexandre Julliard pushed to branch master at wine / wine
Commits: 337570a6 by Martin Storsjö at 2025-02-14T16:20:09+01:00 ntdll: Allow running arm/aarch64 in (old) wow64 mode.
The new wow64 mode probably won't work though, as it's not easily doable to switch between arm and aarch64 execution modes within a process.
Since 8ac411ed6dc7a9390178a01e6f07a963a593d406, the get_{native,wow}_context functions exist and need to return the right thing in the arm implementation.
Since ae8562ed2277a5c051e131dc317e94aa3d5413c8 and 1456b31eecfef91fc8ffc8c2de29ab69c5b5463b we need to include the arm+arm64 case for starting the right wineloader; this was implemented in 7ce83f154a554b1e746b7146feeff1eb68d0f177 and surrounding commits.
- - - - - 80bcb769 by Martin Storsjö at 2025-02-14T16:20:20+01:00 server: Include ARMNT as one of the supported architectures on aarch64.
Since 4022fb9ba3eacd6b09d35b457754a7e17c67564e, we need to reinclude ARMNT as one of the supported architectures in an aarch64 wineprefix.
- - - - -
2 changed files:
- dlls/ntdll/unix/signal_arm.c - server/registry.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cb87d40cd4a8837826ea76efc91371...