Changeset 220579 in webkit for trunk/Source/JavaScriptCore/b3
- Timestamp:
- Aug 10, 2017, 10:31:32 PM (8 years ago)
- Location:
- trunk/Source/JavaScriptCore/b3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/b3/B3LowerToAir.cpp
r219899 r220579 1150 1150 } 1151 1151 1152 #if ENABLE(MASM_PROBE)1153 1152 template<typename... Arguments> 1154 1153 void print(Arguments&&... arguments) … … 1167 1166 append(WTFMove(inst)); 1168 1167 } 1169 #else1170 template<typename... Arguments>1171 void print(Arguments&&...) { }1172 #endif // ENABLE(MASM_PROBE)1173 1168 1174 1169 template<typename... Arguments> -
trunk/Source/JavaScriptCore/b3/air/AirPrintSpecial.cpp
r216306 r220579 28 28 29 29 #if ENABLE(B3_JIT) 30 #if ENABLE(MASM_PROBE)31 30 32 31 #include "MacroAssemblerPrinter.h" … … 126 125 } // namespace JSC 127 126 128 #endif // ENABLE(MASM_PROBE)129 127 #endif // ENABLE(B3_JIT) -
trunk/Source/JavaScriptCore/b3/air/AirPrintSpecial.h
r216306 r220579 27 27 28 28 #if ENABLE(B3_JIT) 29 #if ENABLE(MASM_PROBE)30 29 31 30 #include "AirInst.h" … … 130 129 } } } // namespace JSC::B3::Air 131 130 132 #endif // ENABLE(MASM_PROBE)133 131 #endif // ENABLE(B3_JIT)
Note:
See TracChangeset
for help on using the changeset viewer.