mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reset source location after using inline assembly.
This commit is contained in:
parent
2cdd789b5d
commit
00692a4ff6
@ -347,6 +347,9 @@ void CompilerContext::appendInlineAssembly(
|
|||||||
|
|
||||||
solAssert(errorReporter.errors().empty(), "Failed to analyze inline assembly block.");
|
solAssert(errorReporter.errors().empty(), "Failed to analyze inline assembly block.");
|
||||||
assembly::CodeGenerator::assemble(*parserResult, analysisInfo, *m_asm, identifierAccess, _system);
|
assembly::CodeGenerator::assemble(*parserResult, analysisInfo, *m_asm, identifierAccess, _system);
|
||||||
|
|
||||||
|
// Reset the source location to the one of the node (instead of the CODEGEN source location)
|
||||||
|
updateSourceLocation();
|
||||||
}
|
}
|
||||||
|
|
||||||
FunctionDefinition const& CompilerContext::resolveVirtualFunction(
|
FunctionDefinition const& CompilerContext::resolveVirtualFunction(
|
||||||
|
Loading…
Reference in New Issue
Block a user