mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reset stack height after inline assembly block
This commit is contained in:
parent
4a11200a27
commit
efd7b4bfbb
@ -218,6 +218,7 @@ void CompilerContext::appendInlineAssembly(
|
||||
};
|
||||
|
||||
solAssert(assembly::InlineAssemblyStack().parseAndAssemble(*assembly, *m_asm, identifierAccess), "Failed to assemble inline assembly block.");
|
||||
setStackOffset(startStackHeight);
|
||||
}
|
||||
|
||||
FunctionDefinition const& CompilerContext::resolveVirtualFunction(
|
||||
|
Loading…
Reference in New Issue
Block a user