rename namespace for instruction.h/cpp in libevmasm

This commit is contained in:
Dimitry
2016-04-02 15:56:43 +03:00
parent ccbd3ff63f
commit 858c41260d
29 changed files with 596 additions and 594 deletions
+2 -2
View File
@@ -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);