mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
rename namespace for instruction.h/cpp in libevmasm
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
namespace dev
|
||||
{
|
||||
namespace eth
|
||||
namespace solidity
|
||||
{
|
||||
|
||||
DEV_SIMPLE_EXCEPTION(InvalidDeposit);
|
||||
@@ -250,7 +250,7 @@ struct InstructionInfo
|
||||
};
|
||||
|
||||
/// Information on all the instructions.
|
||||
InstructionInfo instructionInfo(Instruction _inst);
|
||||
InstructionInfo getInstructionInfo(Instruction _inst);
|
||||
|
||||
/// check whether instructions exists
|
||||
bool isValidInstruction(Instruction _inst);
|
||||
|
||||
Reference in New Issue
Block a user