Changeset 240679 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
- Timestamp:
- Jan 29, 2019, 1:55:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
r240637 r240679 13042 13042 { 13043 13043 JITAllocator actualAllocator; 13044 if (allocator->hasInt 32())13044 if (allocator->hasIntPtr()) 13045 13045 actualAllocator = JITAllocator::constant(Allocator(bitwise_cast<LocalAllocator*>(allocator->asIntPtr()))); 13046 13046 else
Note:
See TracChangeset
for help on using the changeset viewer.