[webkit-changes] [WebKit/WebKit] 924f61: Fix MacroAssemblerARM64E to emit braaz, brabz corr...
Marcus Plutowski
noreply at github.com
Fri May 17 14:00:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 924f61209bb079b1f0bf579ff521fb890d41e0b5
https://github.com/WebKit/WebKit/commit/924f61209bb079b1f0bf579ff521fb890d41e0b5
Author: Marcus Plutowski <achierius at gmail.com>
Date: 2024-05-17 (Fri, 17 May 2024)
Changed paths:
M Source/JavaScriptCore/assembler/ARM64EAssembler.h
Log Message:
-----------
Fix MacroAssemblerARM64E to emit braaz, brabz correctly
https://bugs.webkit.org/show_bug.cgi?id=274321
rdar://128282890
Reviewed by Keith Miller and Yusuke Suzuki.
Previously `m_assembler.braaz` would actually emit blraaz, clobbering
the link register.
* Source/JavaScriptCore/assembler/ARM64EAssembler.h:
(JSC::ARM64EAssembler::braaz):
(JSC::ARM64EAssembler::brabz):
Canonical link: https://commits.webkit.org/278924@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list