Changeset 176031 in webkit for trunk/Source/JavaScriptCore/jit/JITStubsX86Common.h
- Timestamp:
- Nov 12, 2014, 12:09:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubsX86Common.h
r157571 r176031 37 37 #if COMPILER(GCC) 38 38 39 #if USE(MASM_PROBE)39 #if ENABLE(MASM_PROBE) 40 40 // The following are offsets for MacroAssembler::ProbeContext fields accessed 41 41 // by the ctiMasmProbeTrampoline stub. … … 140 140 #undef PROBE_OFFSETOF 141 141 142 #endif // USE(MASM_PROBE)142 #endif // ENABLE(MASM_PROBE) 143 143 144 144 #endif // COMPILER(GCC)
Note:
See TracChangeset
for help on using the changeset viewer.