aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen
diff options
context:
space:
mode:
authorVoR0220 <catalanor0220@gmail.com>2016-04-08 14:19:20 +0800
committerVoR0220 <catalanor0220@gmail.com>2016-05-10 00:41:03 +0800
commit82039b732eb8855a5a9fac228734bf16081071c8 (patch)
tree78deb9a2ce527ce44e4bc3493950e907c78df500 /libsolidity/codegen
parentf0ea817580d7f8d5c5177adf1a2e39e5e560fefc (diff)
downloaddexon-solidity-82039b732eb8855a5a9fac228734bf16081071c8.tar.gz
dexon-solidity-82039b732eb8855a5a9fac228734bf16081071c8.tar.zst
dexon-solidity-82039b732eb8855a5a9fac228734bf16081071c8.zip
added bytes conversion tests, resolved that, converted to binary scaling, refactored the find algo to prevent large numbers and take into account integer bytes
think we're good on solidity type name resolution now removed couts updates to documentation and more removed couts along with literal value implementation forgot semicolons
Diffstat (limited to 'libsolidity/codegen')
-rw-r--r--libsolidity/codegen/LValue.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsolidity/codegen/LValue.cpp b/libsolidity/codegen/LValue.cpp
index 7d9fa4c8..1d1956aa 100644
--- a/libsolidity/codegen/LValue.cpp
+++ b/libsolidity/codegen/LValue.cpp
@@ -243,7 +243,6 @@ void StorageItem::storeValue(Type const& _sourceType, SourceLocation const& _loc
m_context << Instruction::MUL << Instruction::OR;
//else if (m_dataType->category() == Type::Category::Fixed)
//trying to figure out what this does...going to require some more assistance
- m_context << Instruction::MUL << eth::Instruction::OR;
// stack: value storage_ref updated_value
m_context << Instruction::SWAP1 << Instruction::SSTORE;
if (_move)