Changeset 61745 in webkit for trunk/JavaScriptCore/assembler
- Timestamp:
- Jun 24, 2010, 12:48:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h
r55633 r61745 191 191 void putIntWithConstantInt(uint32_t insn, uint32_t constant, bool isReusable = false) 192 192 { 193 if (!m_numConsts) 194 m_maxDistance = maxPoolSize; 193 195 flushIfNoSpaceFor(4, 4); 194 196 … … 280 282 m_loadOffsets.clear(); 281 283 m_numConsts = 0; 282 m_maxDistance = maxPoolSize;283 284 } 284 285
Note:
See TracChangeset
for help on using the changeset viewer.