Bug 179383

Summary: Add SPI function pointers qualifiers for CPU(ARM64E)
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, buildbot, cdumez, cmarcelo, dbates, fpizlo, mark.lam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Description Michael Saboff 2017-11-07 11:42:56 PST
Patch coming.

<rdar://problem/34780719>
Comment 1 Michael Saboff 2017-11-07 12:03:29 PST
Created attachment 326234 [details]
Patch
Comment 2 Mark Lam 2017-11-07 12:11:18 PST
Comment on attachment 326234 [details]
Patch

r=me.  Since this is a header file, I think we should prefix the #define symbols with WTF_.
Comment 3 Michael Saboff 2017-11-07 12:34:08 PST
(In reply to Mark Lam from comment #2)
> Comment on attachment 326234 [details]
> Patch
> 
> r=me.  Since this is a header file, I think we should prefix the #define
> symbols with WTF_.

Agreed.  Will do before landing.
Comment 4 Michael Saboff 2017-11-07 13:19:36 PST
Committed r224545: <https://trac.webkit.org/changeset/224545>