Ignore:
Timestamp:
Oct 11, 2018, 3:06:42 PM (7 years ago)
Author:
Ross Kirsling
Message:

Fix non-existent define CPU(JSVALUE64)
https://bugs.webkit.org/show_bug.cgi?id=190479

Reviewed by Yusuke Suzuki.

  • jit/CCallHelpers.h:

(JSC::CCallHelpers::setupArgumentsImpl):
Correct CPU(JSVALUE64) to USE(JSVALUE64).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r237047 r237051  
     12018-10-11  Ross Kirsling  <[email protected]>
     2
     3        Fix non-existent define `CPU(JSVALUE64)`
     4        https://bugs.webkit.org/show_bug.cgi?id=190479
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        * jit/CCallHelpers.h:
     9        (JSC::CCallHelpers::setupArgumentsImpl):
     10        Correct CPU(JSVALUE64) to USE(JSVALUE64).
     11
    1122018-10-11  Keith Rollin  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.