mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix error codes.
This commit is contained in:
@@ -592,7 +592,7 @@ bool AsmAnalyzer::warnOnInstructions(evmasm::Instruction _instr, SourceLocation
|
||||
else if (_instr == evmasm::Instruction::PC)
|
||||
{
|
||||
m_errorReporter.error(
|
||||
4316_error,
|
||||
2450_error,
|
||||
Error::Type::SyntaxError,
|
||||
_location,
|
||||
"PC instruction is a low-level EVM feature. "
|
||||
|
||||
Reference in New Issue
Block a user