From 265c770a9d663b96a9a422201bac3dd454fa95c0 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 17 May 2014 11:59:18 -0400 Subject: updated how we call ARM core to make things much faster --- src/core/arm/interpreter/arm_interpreter.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/core/arm/interpreter/arm_interpreter.h') diff --git a/src/core/arm/interpreter/arm_interpreter.h b/src/core/arm/interpreter/arm_interpreter.h index 625c0c652..509025080 100644 --- a/src/core/arm/interpreter/arm_interpreter.h +++ b/src/core/arm/interpreter/arm_interpreter.h @@ -56,8 +56,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: -- cgit v1.2.3