diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-05-17 13:35:20 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-05-17 13:35:20 -0400 |
| commit | 3fac6dc39e6e94aa068d93535261eede97224e50 (patch) | |
| tree | 41b5a266814d633b94d090f13bc46c89e8f7f622 /src/core/arm/interpreter/arm_interpreter.h | |
| parent | 14ae026386cf3f984d60401e2104165c3ca3266b (diff) | |
| parent | 265c770a9d663b96a9a422201bac3dd454fa95c0 (diff) | |
Merge branch 'master' into threading
Diffstat (limited to 'src/core/arm/interpreter/arm_interpreter.h')
| -rw-r--r-- | src/core/arm/interpreter/arm_interpreter.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/arm/interpreter/arm_interpreter.h b/src/core/arm/interpreter/arm_interpreter.h index 78b188bee..474ba3e45 100644 --- a/src/core/arm/interpreter/arm_interpreter.h +++ b/src/core/arm/interpreter/arm_interpreter.h @@ -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: |
