From 858c41260d4cec26ba38ea3bd2ef71dcede63f7c Mon Sep 17 00:00:00 2001 From: Dimitry Date: Sat, 2 Apr 2016 15:56:43 +0300 Subject: rename namespace for instruction.h/cpp in libevmasm --- libevmasm/KnownState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libevmasm/KnownState.cpp') diff --git a/libevmasm/KnownState.cpp b/libevmasm/KnownState.cpp index dd269ff4..100598a7 100644 --- a/libevmasm/KnownState.cpp +++ b/libevmasm/KnownState.cpp @@ -101,7 +101,7 @@ KnownState::StoreOperation KnownState::feedItem(AssemblyItem const& _item, bool else { Instruction instruction = _item.instruction(); - InstructionInfo info = instructionInfo(instruction); + InstructionInfo info = getInstructionInfo(instruction); if (SemanticInformation::isDupInstruction(_item)) setStackElement( m_stackHeight + 1, -- cgit v1.2.3