X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..refs/heads/master:/bytecode/UnlinkedInstructionStream.cpp diff --git a/bytecode/UnlinkedInstructionStream.cpp b/bytecode/UnlinkedInstructionStream.cpp index 2e952a4..568dbb6 100644 --- a/bytecode/UnlinkedInstructionStream.cpp +++ b/bytecode/UnlinkedInstructionStream.cpp @@ -75,7 +75,7 @@ static void append32(unsigned char*& ptr, unsigned value) *(ptr++) = (value >> 24) & 0xff; } -UnlinkedInstructionStream::UnlinkedInstructionStream(const Vector& instructions) +UnlinkedInstructionStream::UnlinkedInstructionStream(const Vector& instructions) : m_instructionCount(instructions.size()) { Vector buffer;