git-svn-id: https://svn.webkit.org/repository/webkit/trunk@96965
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2011-10-07 Oliver Hunt <oliver@apple.com>
+ Fix 32-bit build.
+
+ * jit/JITCall32_64.cpp:
+ (JSC::JIT::compileOpCall):
+
+2011-10-07 Oliver Hunt <oliver@apple.com>
+
Support direct calls to intrinsic functions
https://bugs.webkit.org/show_bug.cgi?id=69646
m_callStructureStubCompilationInfo.append(StructureStubCompilationInfo());
m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
m_callStructureStubCompilationInfo[callLinkInfoIndex].isCall = opcodeID != op_construct;
- m_callStructureStubCompilationInfo[callLinkInfoIndex].bytecodeIndex = m_bytecodeIndex;
+ m_callStructureStubCompilationInfo[callLinkInfoIndex].bytecodeIndex = m_bytecodeOffset;
addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag)));