Merge branch 'master' into threading
This commit is contained in:
commit
3fac6dc39e
8 changed files with 44 additions and 30 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue