Changeset 227644 in webkit
- Timestamp:
- Jan 25, 2018, 4:41:39 PM (8 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
jit/AssemblyHelpers.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r227643 r227644 1 2018-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 1 11 2018-01-24 Filip Pizlo <fpizlo@apple.com> 2 12 -
trunk/Source/JavaScriptCore/jit/AssemblyHelpers.cpp
r227643 r227644 1047 1047 #else 1048 1048 UNUSED_PARAM(base); 1049 UNUSED_PARAM(actual Value);1049 UNUSED_PARAM(actualType); 1050 1050 UNUSED_PARAM(expectedType); 1051 1051 #endif
Note:
See TracChangeset
for help on using the changeset viewer.