diff options
Diffstat (limited to 'libevmasm/Instruction.h')
-rw-r--r-- | libevmasm/Instruction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libevmasm/Instruction.h b/libevmasm/Instruction.h index 2d415c08..ff94569c 100644 --- a/libevmasm/Instruction.h +++ b/libevmasm/Instruction.h @@ -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); |