diff options
author | chriseth <c@ethdev.com> | 2015-05-22 15:33:57 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-05-22 22:12:40 +0800 |
commit | cd28fb8faa6009a53e1f127fb934d00f29da832d (patch) | |
tree | cba61f9d717749ea1929e7b308b6b3379eb395f2 /SemanticInformation.cpp | |
parent | d015945a1db28ba55ce674a73091742b781d2d9d (diff) | |
download | dexon-solidity-cd28fb8faa6009a53e1f127fb934d00f29da832d.tar dexon-solidity-cd28fb8faa6009a53e1f127fb934d00f29da832d.tar.gz dexon-solidity-cd28fb8faa6009a53e1f127fb934d00f29da832d.tar.bz2 dexon-solidity-cd28fb8faa6009a53e1f127fb934d00f29da832d.tar.lz dexon-solidity-cd28fb8faa6009a53e1f127fb934d00f29da832d.tar.xz dexon-solidity-cd28fb8faa6009a53e1f127fb934d00f29da832d.tar.zst dexon-solidity-cd28fb8faa6009a53e1f127fb934d00f29da832d.zip |
Path gas meter.
Diffstat (limited to 'SemanticInformation.cpp')
-rw-r--r-- | SemanticInformation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SemanticInformation.cpp b/SemanticInformation.cpp index 056162b5..91f93e7e 100644 --- a/SemanticInformation.cpp +++ b/SemanticInformation.cpp @@ -111,7 +111,7 @@ bool SemanticInformation::altersControlFlow(AssemblyItem const& _item) switch (_item.instruction()) { // note that CALL, CALLCODE and CREATE do not really alter the control flow, because we - // continue on the next instruction (unless an exception happens which can always happen) + // continue on the next instruction case Instruction::JUMP: case Instruction::JUMPI: case Instruction::RETURN: |