diff options
author | Dimitry <dimitry@ethdev.com> | 2016-04-04 19:27:09 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2016-04-04 19:27:09 +0800 |
commit | d43d4347bf1e37bb8f114c9df0e2ae62545fbc87 (patch) | |
tree | 2f8ee0e7ff5c349f42391689796ab8930d0fe1ff /libevmasm/Instruction.h | |
parent | 98165100658bc4f29e6194f0c5ede6e5b9d516f5 (diff) | |
download | dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.tar.gz dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.tar.zst dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.zip |
return instructionInfo style
Diffstat (limited to 'libevmasm/Instruction.h')
-rw-r--r-- | libevmasm/Instruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libevmasm/Instruction.h b/libevmasm/Instruction.h index ff94569c..0b06a677 100644 --- a/libevmasm/Instruction.h +++ b/libevmasm/Instruction.h @@ -250,7 +250,7 @@ struct InstructionInfo }; /// Information on all the instructions. -InstructionInfo getInstructionInfo(Instruction _inst); +InstructionInfo instructionInfo(Instruction _inst); /// check whether instructions exists bool isValidInstruction(Instruction _inst); |