May 28, 2026
6:21 a.m.
From: Huw Davies <huw@codeweavers.com> This was introduced in commit b6ea5f347e84644f38b3f5fffc88890c9e0af633. --- dlls/hal/hal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c index 128d2ef27ca..ced2fb21ee3 100644 --- a/dlls/hal/hal.c +++ b/dlls/hal/hal.c @@ -162,7 +162,7 @@ void WINAPI WRITE_PORT_ULONG(ULONG *port, ULONG value) { FIXME("(%p %ld) stub!\n", port, value); } -#endif /* __i386__ || __arm__ || __arm64__ */ +#endif /* __i386__ || __arm__ || __aarch64__ */ ULONG WINAPI HalGetBusData(BUS_DATA_TYPE BusDataType, ULONG BusNumber, ULONG SlotNumber, PVOID Buffer, ULONG Length) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11011