[webkit-changes] [WebKit/WebKit] 32b9f0: Fix build error from missing operation
Daniel Liu
noreply at github.com
Thu Aug 1 16:01:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 32b9f0768725500ae7c217527b2b8ac1fa577071
https://github.com/WebKit/WebKit/commit/32b9f0768725500ae7c217527b2b8ac1fa577071
Author: Daniel Liu <danlliu at umich.edu>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M Source/JavaScriptCore/assembler/JITOperationList.cpp
Log Message:
-----------
Fix build error from missing operation
https://bugs.webkit.org/show_bug.cgi?id=277517
rdar://133015657
Reviewed by Yijia Huang.
My prior patch mistakenly left out an operation in `llintOperations`, leading to compile errors when JIT operation validation was enabled.
* Source/JavaScriptCore/assembler/JITOperationList.cpp:
(JSC::llintOperations):
Canonical link: https://commits.webkit.org/281733@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