diff options
Diffstat (limited to 'LValue.cpp')
-rw-r--r-- | LValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ void StorageItem::storeValue(Type const& _sourceType, SourceLocation const& _loc else if (sourceType.getSizeOnStack() >= 1) { // remove the source ref - solAssert(sourceStackSize <= 2, ""); + solAssert(sourceStackSize <= 2, "Invalid stack size."); m_context << eth::swapInstruction(sourceStackSize); if (sourceStackSize == 2) m_context << eth::Instruction::POP; |