aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/Instruction.h
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2016-04-04 19:27:09 +0800
committerDimitry <dimitry@ethdev.com>2016-04-04 19:27:09 +0800
commitd43d4347bf1e37bb8f114c9df0e2ae62545fbc87 (patch)
tree2f8ee0e7ff5c349f42391689796ab8930d0fe1ff /libevmasm/Instruction.h
parent98165100658bc4f29e6194f0c5ede6e5b9d516f5 (diff)
downloaddexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.tar
dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.tar.gz
dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.tar.bz2
dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.tar.lz
dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.tar.xz
dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.tar.zst
dexon-solidity-d43d4347bf1e37bb8f114c9df0e2ae62545fbc87.zip
return instructionInfo style
Diffstat (limited to 'libevmasm/Instruction.h')
-rw-r--r--libevmasm/Instruction.h2
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);