mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
c603369a51
EIP-141 ethereum/EIPs#141 has preserved 0xfe as an invalid opcode for aborting EVM execution. The EVM assembler supports this via the INVALID opcode. The LLL "panic" expression used to generate a jump to an invalid location in order to abort EVM execution. This change brings "panic" into line with EIP-141 by generating the INVALID opcode instead. |
||
---|---|---|
.. | ||
All.h | ||
CMakeLists.txt | ||
CodeFragment.cpp | ||
CodeFragment.h | ||
Compiler.cpp | ||
Compiler.h | ||
CompilerState.cpp | ||
CompilerState.h | ||
Exceptions.h | ||
Parser.cpp | ||
Parser.h |