Changelog and review suggestions.

This commit is contained in:
chriseth
2017-01-27 10:18:53 +01:00
parent 7660736aa2
commit bff8fc23e6
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -919,7 +919,7 @@ eth::AssemblyPointer ContractCompiler::cloneRuntime()
//Propagate error condition (if DELEGATECALL pushes 0 on stack).
a << Instruction::ISZERO;
a << Instruction::ISZERO;
eth::AssemblyItem afterTag = a.appendJumpI();
eth::AssemblyItem afterTag = a.appendJumpI().tag();
a << Instruction::INVALID << afterTag;
//@todo adjust for larger return values, make this dynamic.
a << u256(0x20) << u256(0) << Instruction::RETURN;