From 75ee832aaf341eb3462af4e2acc9e24029529865 Mon Sep 17 00:00:00 2001 From: cypress Date: Tue, 29 Aug 2023 10:23:39 -0400 Subject: [PATCH] NX/VITA: Even more. --- source/pr_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pr_exec.c b/source/pr_exec.c index 54040b6..d02f606 100644 --- a/source/pr_exec.c +++ b/source/pr_exec.c @@ -383,7 +383,7 @@ void PR_ExecuteProgram (func_t fnum) { st++; /* next statement */ - if (++profile > 200000) + if (++profile > 400000) { pr_xstatement = st - pr_statements; PR_RunError("runaway loop error");