Changeset 242101 in webkit
- Timestamp:
- Feb 26, 2019, 12:54:12 PM (6 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r242100 r242101 1 2019-02-26 Mark Lam <mark.lam@apple.com> 2 3 Gardening: 32-bit build fix after r242096. 4 https://bugs.webkit.org/show_bug.cgi?id=194989 5 6 Not reviewed. 7 8 * jit/AssemblyHelpers.cpp: 9 (JSC::AssemblyHelpers::emitLoadStructure): 10 1 11 2019-02-26 Mark Lam <mark.lam@apple.com> 2 12 -
trunk/Source/JavaScriptCore/jit/AssemblyHelpers.cpp
r242096 r242101 390 390 #else // not USE(JSVALUE64) 391 391 UNUSED_PARAM(scratch); 392 UNUSED_PARAM(scratch2);393 392 UNUSED_PARAM(vm); 394 393 loadPtr(MacroAssembler::Address(source, JSCell::structureIDOffset()), dest);
Note:
See TracChangeset
for help on using the changeset viewer.