Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 26c259998c3bceeca7132b3c1a63e84268def3b7
https://github.com/WebKit/WebKit/commit/26c259998c3bceeca7132b3c1a63e84268def3b7
Author: Marcus Plutowski <[email protected]>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M Source/bmalloc/libpas/src/libpas/pas_utils.h
Log Message:
-----------
Unreviewed libpas/bmalloc build fix
https://bugs.webkit.org/show_bug.cgi?id=305340
rdar://168015589
The stats patch was under review for long enough that it predated the
changeover from `asm` to `__asm__`, but landed after, so one `asm`
slipped in.
This can break non-C23 builds.
* Source/bmalloc/libpas/src/libpas/pas_utils.h:
(pas_atomic_store_uint64): replace `__asm__` with `asm`
Canonical link: https://commits.webkit.org/305481@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications