Changeset 268241 in webkit for trunk/Source/JavaScriptCore/ftl/FTLSlowPathCall.cpp
- Timestamp:
- Oct 8, 2020, 6:18:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLSlowPathCall.cpp
r268170 r268241 121 121 { 122 122 SlowPathCallKey key = keyWithTarget(callTarget); 123 SlowPathCall result = SlowPathCall(m_jit.call( JITThunkPtrTag), key);123 SlowPathCall result = SlowPathCall(m_jit.call(OperationPtrTag), key); 124 124 125 125 m_jit.addLinkTask( … … 128 128 vm.ftlThunks->getSlowPathCallThunk(vm, result.key()); 129 129 130 linkBuffer.link(result.call(), CodeLocationLabel< JITThunkPtrTag>(thunk.code()));130 linkBuffer.link(result.call(), CodeLocationLabel<OperationPtrTag>(thunk.retaggedCode<OperationPtrTag>())); 131 131 }); 132 132
Note:
See TracChangeset
for help on using the changeset viewer.