]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fix dead loop under win10 release bin.
authorChang, Harry <harry.chang@intel.com>
Tue, 25 Dec 2018 05:49:29 +0000 (13:49 +0800)
committerChang, Harry <harry.chang@intel.com>
Mon, 21 Jan 2019 01:58:55 +0000 (09:58 +0800)
src/rose/program_runtime.c

index 4fffcd86e1d4b68ff0f34e69c8157c714eab1bf0..3350e167afa3a0fd9843c016cf60c13b62b76802 100644 (file)
@@ -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,