Correct stack height adjustment after returnsub.

This commit is contained in:
chriseth
2017-06-08 15:52:45 +02:00
parent ba5ee71b7f
commit 0185f3cbf6
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ public:
}
/// Return from a subroutine.
virtual void appendReturnsub(int) override
virtual void appendReturnsub(int, int) override
{
// TODO we could emulate that, though
solAssert(false, "RETURNSUB not implemented for EVM 1.0");