From 9ab674b18ecadb988a3b8d0e6b5db34d35d2a5a8 Mon Sep 17 00:00:00 2001 From: "Chang, Harry" Date: Tue, 25 Dec 2018 13:49:29 +0800 Subject: [PATCH] fix dead loop under win10 release bin. --- src/rose/program_runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rose/program_runtime.c b/src/rose/program_runtime.c index 4fffcd86e..3350e167a 100644 --- a/src/rose/program_runtime.c +++ b/src/rose/program_runtime.c @@ -1904,7 +1904,7 @@ hwlmcb_rv_t flushActiveCombinations(const struct RoseEngine *t, break; \ } -#define PROGRAM_NEXT_INSTRUCTION_JUMP +#define PROGRAM_NEXT_INSTRUCTION_JUMP continue; #endif hwlmcb_rv_t roseRunProgram(const struct RoseEngine *t,