Changeset 38839 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Nov 29, 2008, 3:10:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r38825 r38839 62 62 #endif 63 63 64 #if ENABLE(ASSEMBLER) 65 #include "AssemblerBuffer.h" 66 #endif 67 64 68 #if PLATFORM(DARWIN) 65 69 #include <mach/mach.h> … … 607 611 , m_ctiVirtualCallLink(0) 608 612 , m_ctiVirtualCall(0) 613 #endif 614 #if ENABLE(ASSEMBLER) 609 615 , m_assemblerBuffer(new AssemblerBuffer(1024 * 1024)) 610 616 #endif
Note:
See TracChangeset
for help on using the changeset viewer.