[Bug 38719] 64-bit ARM Windows applications from Windows SDK for Windows 10 crash when accessing TEB/PEB members (AArch64 platform specific register X18 used for TEB?)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 10 15:49:31 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38719

--- Comment #1 from André H. <nerv at dawncrow.de> ---
Awesome,
seems like we don't need to mess with the kernel!
And it seems gcc already supports that:
https://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/Code-Gen-Options.html -ffixed-x18
(found here: http://lists.denx.de/pipermail/u-boot/2013-September/162241.html)
And we can initialize it similar to what we do on ARM

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list