Changeset 105037 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
- Timestamp:
- Jan 16, 2012, 12:42:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
r104630 r105037 117 117 // Link the code, populate data in CodeBlock data structures. 118 118 #if DFG_ENABLE(DEBUG_VERBOSE) 119 fprintf(stderr, "JIT code for %p start at [%p, %p). Size = % lu.\n", m_codeBlock, linkBuffer.debugAddress(), static_cast<char*>(linkBuffer.debugAddress()) + linkBuffer.debugSize(), linkBuffer.debugSize());119 fprintf(stderr, "JIT code for %p start at [%p, %p). Size = %zu.\n", m_codeBlock, linkBuffer.debugAddress(), static_cast<char*>(linkBuffer.debugAddress()) + linkBuffer.debugSize(), linkBuffer.debugSize()); 120 120 #endif 121 121
Note:
See TracChangeset
for help on using the changeset viewer.