Fix SHA3 instruction :)

This commit is contained in:
Paweł Bylica 2014-10-21 14:23:19 +02:00
parent 5db2038111
commit c7eac0d23c

View file

@ -473,6 +473,7 @@ void Compiler::compileBasicBlock(BasicBlock& basicBlock, bytesConstRef bytecode,
memory.require(inOff, inSize);
auto hash = ext.sha3(inOff, inSize);
stack.push(hash);
break;
}
case Instruction::POP: