Changeset 214745 in webkit for trunk/Source/JavaScriptCore/assembler
- Timestamp:
- Apr 3, 2017, 12:43:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MIPSAssembler.h
r214300 r214745 840 840 } 841 841 842 static void relinkJumpToNop(void* from) 843 { 844 relinkJump(from, from); 845 } 846 842 847 static void relinkCall(void* from, void* to) 843 848 {
Note:
See TracChangeset
for help on using the changeset viewer.