return instructionInfo style

This commit is contained in:
Dimitry
2016-04-04 15:27:09 +04:00
parent 9816510065
commit d43d4347bf
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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 = getInstructionInfo(it->second).args;
int ea = instructionInfo(it->second).args;
if (ea >= 0)
requireSize(ea);
else