Bug 305340
| Summary: | [libpas] Should replace the last occurrence of asm with __asm__ for better build compat | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
| Component: | bmalloc | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ggaren, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marcus Plutowski
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/56462
EWS
Committed 305481@main (26c259998c3b): <https://commits.webkit.org/305481@main>
Reviewed commits have been landed. Closing PR #56462 and removing active labels.