Merge branch 'master' into threading

This commit is contained in:
bunnei 2014-05-17 13:35:20 -04:00
commit 3fac6dc39e
8 changed files with 44 additions and 30 deletions

View file

@ -62,8 +62,11 @@ public:
protected:
/// Execture next instruction
void ExecuteInstruction();
/**
* Executes the given number of instructions
* @param num_instructions Number of instructions to executes
*/
void ExecuteInstructions(int num_instructions);
private: