mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add adaptor and support library and interface inheritance
This commit is contained in:
@@ -208,8 +208,9 @@ void CodeGenerator::assemble(
|
||||
}
|
||||
catch (StackTooDeepError const& _e)
|
||||
{
|
||||
yulAssert(
|
||||
assertThrow(
|
||||
false,
|
||||
CompilerError,
|
||||
"Stack too deep when compiling inline assembly" +
|
||||
(_e.comment() ? ": " + *_e.comment() : ".")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user