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
@@ -250,7 +250,7 @@ struct InstructionInfo
};
/// Information on all the instructions.
InstructionInfo getInstructionInfo(Instruction _inst);
InstructionInfo instructionInfo(Instruction _inst);
/// check whether instructions exists
bool isValidInstruction(Instruction _inst);