Changeset 36402 in webkit for trunk/JavaScriptCore/VM/SamplingTool.h
- Timestamp:
- Sep 14, 2008, 1:33:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/SamplingTool.h
r36263 r36402 45 45 46 46 #if ENABLE(SAMPLING_TOOL) 47 extern OpcodeID what; 47 extern OpcodeID currentOpcodeID; 48 extern unsigned inCalledCode; 48 49 #endif 49 50 … … 114 115 m_recordedVPC = 0; 115 116 #if ENABLE(SAMPLING_TOOL) 116 what=(OpcodeID)-1;117 currentOpcodeID = static_cast<OpcodeID>(-1); 117 118 #endif 118 119 } 119 120 120 121 private: 121 122 static void* threadStartFunc(void*);
Note:
See TracChangeset
for help on using the changeset viewer.