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 --- liblll/CodeFragment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liblll/CodeFragment.cpp') diff --git a/liblll/CodeFragment.cpp b/liblll/CodeFragment.cpp index 7998a5b5..87643ec1 100644 --- a/liblll/CodeFragment.cpp +++ b/liblll/CodeFragment.cpp @@ -375,7 +375,7 @@ void CodeFragment::constructOperation(sp::utree const& _t, CompilerState& _s) else if (c_instructions.count(us)) { auto it = c_instructions.find(us); - int ea = instructionInfo(it->second).args; + int ea = getInstructionInfo(it->second).args; if (ea >= 0) requireSize(ea); else -- cgit