7 Dec
2025
7 Dec
'25
9 p.m.
Branch Target Identification (BTI) was introduced with ARMv8.5 and is enabled by newer distributions. It's a NOP for older hardware, so make our code compatible to it. See also: https://github.com/AndreRH/hangover/issues/192 Note: I wasn't able to test this on Hardware myself! -- v3: ntdll/unix: Add bti c for call dispatchers https://gitlab.winehq.org/wine/wine/-/merge_requests/9671