Provide EVM version to assembly analysis.

This commit is contained in:
chriseth
2018-03-01 17:19:35 +01:00
parent a53d6b499d
commit dc317a44e0
15 changed files with 91 additions and 44 deletions
+1
View File
@@ -329,6 +329,7 @@ void CompilerContext::appendInlineAssembly(
analyzerResult = assembly::AsmAnalyzer(
analysisInfo,
errorReporter,
m_evmVersion,
assembly::AsmFlavour::Strict,
identifierAccess.resolve
).analyze(*parserResult);