mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Correct stack height adjustment after returnsub.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user