Changeset 37893 in webkit for trunk/JavaScriptCore/VM/SamplingTool.h
- Timestamp:
- Oct 25, 2008, 1:21:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/SamplingTool.h
r37891 r37893 161 161 { 162 162 ASSERT(!(reinterpret_cast<intptr_t>(vPC) & 0x3)); 163 return reinterpret_cast<intptr_t>(vPC) | ( inCTIFunction << 1) | inHostFunction;163 return reinterpret_cast<intptr_t>(vPC) | (static_cast<intptr_t>(inCTIFunction) << 1) | static_cast<intptr_t>(inHostFunction); 164 164 } 165 165
Note:
See TracChangeset
for help on using the changeset viewer.