Changeset 221823 in webkit for trunk/Source/JavaScriptCore/assembler/MacroAssemblerPrinter.cpp
- Timestamp:
- Sep 9, 2017, 9:54:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssemblerPrinter.cpp
r221774 r221823 176 176 { 177 177 auto& out = WTF::dataFile(); 178 PrintRecordList& list = * probeContext.arg<PrintRecordList*>();178 PrintRecordList& list = *reinterpret_cast<PrintRecordList*>(probeContext.arg); 179 179 for (size_t i = 0; i < list.size(); i++) { 180 180 auto& record = list[i];
Note:
See TracChangeset
for help on using the changeset viewer.