Changeset 227644 in webkit


Ignore:
Timestamp:
Jan 25, 2018, 4:41:39 PM (8 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: fix 32-bit build after r227643.
https://bugs.webkit.org/show_bug.cgi?id=182086

Not reviewed.

  • jit/AssemblyHelpers.cpp:

(JSC::AssemblyHelpers::emitDynamicPoisonOnLoadedType):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r227643 r227644  
     12018-01-25  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: fix 32-bit build after r227643.
     4        https://bugs.webkit.org/show_bug.cgi?id=182086
     5
     6        Not reviewed.
     7
     8        * jit/AssemblyHelpers.cpp:
     9        (JSC::AssemblyHelpers::emitDynamicPoisonOnLoadedType):
     10
    1112018-01-24  Filip Pizlo  <fpizlo@apple.com>
    212
  • trunk/Source/JavaScriptCore/jit/AssemblyHelpers.cpp

    r227643 r227644  
    10471047#else
    10481048    UNUSED_PARAM(base);
    1049     UNUSED_PARAM(actualValue);
     1049    UNUSED_PARAM(actualType);
    10501050    UNUSED_PARAM(expectedType);
    10511051#endif
Note: See TracChangeset for help on using the changeset viewer.