From 24f10a20e7270e97ef45043088fa53612cad955a Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 4 Jan 2018 16:52:16 -0500 Subject: core: Increase tight_loop 100x for speed. --- src/core/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/core.h b/src/core/core.h index 9805cc694..a9a035a1b 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -53,7 +53,7 @@ public: * @param tight_loop Number of instructions to execute. * @return Result status, indicating whethor or not the operation succeeded. */ - ResultStatus RunLoop(int tight_loop = 1000); + ResultStatus RunLoop(int tight_loop = 100000); /** * Step the CPU one instruction -- cgit v1.2.3