fix dead loop under win10 release bin.

This commit is contained in:
Chang, Harry 2018-12-25 13:49:29 +08:00
parent 5ad56093f8
commit 9ab674b18e

View File

@ -1904,7 +1904,7 @@ hwlmcb_rv_t flushActiveCombinations(const struct RoseEngine *t,
break; \ break; \
} }
#define PROGRAM_NEXT_INSTRUCTION_JUMP #define PROGRAM_NEXT_INSTRUCTION_JUMP continue;
#endif #endif
hwlmcb_rv_t roseRunProgram(const struct RoseEngine *t, hwlmcb_rv_t roseRunProgram(const struct RoseEngine *t,